-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
68 lines (68 loc) · 2.12 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
{
"name": "dynamic",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.7.7",
"@emotion/core": "^10.0.27",
"@material-ui/core": "^3.9.3",
"@material-ui/lab": "^3.0.0-alpha.30",
"@material/slider": "^1.1.0",
"antd": "^3.26.6",
"babel-eslint": "^10.0.3",
"babel-plugin-import": "^1.12.1",
"bcrypt": "^3.0.6",
"classnames": "^2.2.6",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^4.3.0",
"eslint-config-stylelint": "^11.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-meteor": "^5.2.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-utils": "^1.4.2",
"history": "^4.9.0",
"immutability-helper": "^3.0.1",
"indexof": "0.0.1",
"lodash": "^4.17.15",
"meteor-node-stubs": "^0.4.1",
"popmotion": "^8.7.1",
"prettier": "^1.18.2",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-circular-progressbar": "^1.2.1",
"react-dom": "^16.12.0",
"react-google-charts": "^3.0.15",
"react-platform-js": "0.0.1",
"react-pose": "^4.0.8",
"react-router": "^5.0.1",
"react-router-dom": "^5.1.2",
"react-spinners": "^0.5.12",
"react-stepper-horizontal": "^1.0.11",
"react-swipe": "^6.0.4",
"react-textfit": "^1.1.0",
"simpl-schema": "^1.5.5",
"stylelint": "^10.1.0",
"stylelint-config-prettier": "^5.2.0",
"stylelint-scss": "^3.10.0"
},
"meteor": {
"testModule": "tests/main.js"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-import": "^2.18.2"
}
}