forked from dhis2/d2-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.08 KB
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
{
"name": "d2-ui",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna exec -- yarn build",
"build:umd": "lerna exec -- yarn build:umd",
"release": "npm run bootstrap && npm run build && npm run build:umd && npm run test",
"watch": "lerna exec --parallel -- yarn watch",
"test": "jest",
"test-ci": "lerna exec --concurrency 1 -- yarn test-ci"
},
"workspaces": [
"packages/*",
"examples/*"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^22.4.1",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-imports": "^1.5.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"classnames": "^2.2.5",
"codeclimate-test-reporter": "^0.5.0",
"colors": "^1.1.2",
"create-react-class": "^15.6.3",
"cross-env": "^5.1.4",
"css-loader": "^0.28.7",
"d3-format": "^1.1.0",
"d3-scale": "^1.0.3",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint-config-dhis2": "^3.0.2",
"fs-extra": "^5.0.0",
"jest": "^22.4.2",
"jest-enzyme": "^6.0.0",
"lerna": "^2.9.0",
"lodash": "^4.17.4",
"loglevel": "^1.5.0",
"node-sass": "^4.8.0",
"prop-types": "^15.5.10",
"react": "^16.2.0",
"react-color": "^2.11.3",
"react-dom": "^16.2.0",
"react-stub-context": "^0.8.1",
"react-test-renderer": "^16.2.0",
"recompose": "^0.26.0",
"rimraf": "^2.6.2",
"rxjs": "^5.5.7",
"sass-loader": "^6.0.2",
"style-loader": "^0.18.2",
"susy": "^2.0.0",
"webpack": "^4.1.0",
"webpack-cli": "^2.0.10",
"webpack-dev-server": "^3.1.0",
"webpack-visualizer-plugin": "^0.1.5"
},
"resolutions": {
"jest-environment-jsdom": "22.4.3"
}
}