-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
73 lines (73 loc) · 2.14 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
{
"name": "@dhis2/d2-ui",
"version": "7.4.3",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"postinstall": "packages link",
"build": "cross-env BABEL_ENV=commonjs packages build",
"watch": "packages exec yarn watch",
"lint": "packages exec yarn lint",
"test": "jest"
},
"workspaces": [
"packages/*",
"examples/*"
],
"devDependencies": {
"@dhis2/cli-app-scripts": "^4.0.3",
"@dhis2/packages": "^1.1.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "10.0.1",
"babel-jest": "^23.6.0",
"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": "^5.9.0",
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"fs-extra": "^5.0.0",
"jest": "^23.6.0",
"jest-environment-jsdom": "^23.4.0",
"jest-enzyme": "^6.0.0",
"lodash": "^4.17.4",
"loglevel": "^1.5.0",
"node-sass": "^4.9.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.6.3",
"recompose": "^0.26.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.2",
"style-loader": "^0.18.2",
"susy": "^2.0.0",
"webpack": "4",
"webpack-cli": "3",
"webpack-dev-server": "^3.1.0",
"webpack-visualizer-plugin": "^0.1.5"
}
}