-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "smat-teacher-client-new",
"version": "0.1.0",
"private": true,
"dependencies": {
"chart.js": "^2.7.3",
"materialize-css": "^1.0.0-rc.2",
"react": "^16.6.0",
"react-chartjs-2": "^2.7.4",
"react-dom": "^16.6.0",
"react-mathjax": "^1.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"serve": "7.1.3"
},
"scripts": {
"dev": "react-scripts start",
"start": "serve --cors -s build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint . --fix",
"heroku-postbuild": "yarn build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"eslint": "5.6.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-react-app": "^3.0.5",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"prettier": "^1.14.3",
"react-test-renderer": "^16.6.3"
}
}