-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
113 lines (113 loc) · 4.84 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "ihme-ui",
"description": "Visualization tools from the Institute for Health Metrics and Evaluation",
"version": "1.3.2",
"license": "MIT",
"browser": "dist/ihme-ui.min.js",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"files": [
"patches",
"dist",
"lib",
"es"
],
"author": "Institute for Health Metrics and Evaluation",
"contributors": [
"Gabe Medrash <[email protected]> (https://github.com/GabeMedrash)",
"Brett Vitaz <[email protected]> (https://github.com/brettvitaz)",
"Aaron Keel <[email protected]> (https://github.com/aaronKeel)",
"David Schneider <[email protected]> (https://github.com/davschne)",
"Katherine Beame <[email protected]> (https://github.com/kbeame)",
"Jim Vermillion <[email protected]> (https://github.com/jimvermillion)",
"Bao Dinh <[email protected]> (https://github.com/bdinh)",
"Ben Hurst <[email protected]> (https://github.com/benbenbuhben)",
"Melissa Lafranchise <[email protected] (https://github.com/pulchrit)"
],
"repository": "https://github.com/ihmeuw/ihme-ui.git",
"bugs": "https://github.com/ihmeuw/ihme-ui/issues",
"scripts": {
"build:all": "npm run build:commonjs && npm run build:es && npm run build:umd",
"build:commonjs": "rm -rf lib && NODE_ENV=production BABEL_ENV=commonjs $(npm bin)/babel --ignore test/,demo src --out-dir lib && scripts/concat-stylesheets.sh lib",
"build:es": "rm -rf es && NODE_ENV=production BABEL_ENV=es $(npm bin)/babel --ignore test/,demo src --out-dir es && scripts/concat-stylesheets.sh es",
"build:umd": "rm -rf dist && BABEL_ENV=webpack webpack -p --config webpack.build.config.js src/index.js dist/ihme-ui.js",
"clean": "rm -rf dist es lib",
"css:minify": "$(npm bin)/cssnano dist/ihme-ui.css dist/ihme-ui.min.css",
"coverage": "BABEL_ENV=test $(npm bin)/babel-node $(npm bin)/babel-istanbul cover $(npm bin)/_mocha --require ./scripts/setup-jsdom.js -- `scripts/get-test-directories.sh`",
"coverage:travis": "BABEL_ENV=test $(npm bin)/babel-node $(npm bin)/babel-istanbul cover $(npm bin)/_mocha --require ./scripts/setup-jsdom.js --report lcovonly -- `scripts/get-test-directories.sh`",
"coverage:token": "cat ./coverage/coverage.json | ./node_modules/.bin/codecov",
"demo": "BABEL_ENV=demo scripts/bundle-demos.sh",
"docs:ui": "find -X ./src \\( -depth 3 -or -depth 4 \\) -type d -name 'src' | xargs $(npm bin)/react-docgen | node ./scripts/build-doc.js",
"lint": "$(npm bin)/eslint src --ext .js,.jsx",
"lint:fix": "$(npm bin)/eslint src --fix --ext .js,.jsx --quiet",
"preversion": "npm install && npm run lint && npm run test && npm run build:all",
"postversion": "git push --tags https://github.com/ihmeuw/ihme-ui.git main && npm publish",
"test": "BABEL_ENV=test $(npm bin)/babel-node $(npm bin)/_mocha --require ./scripts/setup-jsdom.js `./scripts/get-test-directories.sh`",
"test:travis": "npm run lint && npm run coverage:travis && npm run coverage:token",
"update:dep": "./scripts/update-package.sh",
"postinstall": "patch-package"
},
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-cli": "~6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "~7.1",
"babel-istanbul": "~0.12.2",
"babel-loader": "^7.1.2",
"babel-plugin-css-modules-transform": "~1.2",
"babel-plugin-lodash": "~3.2",
"babel-plugin-transform-object-rest-spread": "~6.22",
"babel-plugin-transform-runtime": "~6.22",
"babel-polyfill": "~6.22",
"babel-preset-es2015": "~6.24.1",
"babel-preset-react": "~6.22",
"block-loader": "~2.1",
"chai": "~4.1",
"chai-enzyme": "~1.0.0-beta.0",
"cheerio": "~1.0.0-rc.1",
"codecov": "~3.6.5",
"css-loader": "^0.28.9",
"cssnano-cli": "~1.0",
"d3-request": "~0.5",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^5.14.1",
"eslint-config-airbnb": "9.0.1",
"eslint-plugin-import": "~1.8",
"eslint-plugin-jsx-a11y": "~1.2",
"eslint-plugin-react": "~5.1",
"jsdom": "^11.6.2",
"mocha": "~5.2",
"mustache": "~2.3",
"postcss": "^6.0.17",
"postcss-loader": "^2.1.0",
"react": "^16.3.0",
"react-docgen": "~2.13",
"react-dom": "^16.3.0",
"react-test-renderer": "^16.3.0",
"request": "~2.87.0",
"sinon": "^2.4.1",
"style-loader": "^0.20.1",
"webpack": "^3.10.0"
},
"dependencies": {
"babel-plugin-transform-imports": "^1.5.1",
"babel-runtime": "~6.6",
"classnames": "~2.2",
"collections": "^5.1.9",
"d3": "^4.13.0",
"interact.js": "~1.2",
"lodash": "^4.17.15",
"patch-package": "^6.2.1",
"prop-types": "~15.6",
"react-move": "^2.7.0",
"react-virtualized": "^9.21.2",
"react-virtualized-select": "^3.1.3",
"topojson-client": "3.1.0",
"topojson-simplify": "^3.0.3"
},
"peerDependencies": {
"react": "16.x"
}
}