-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.57 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
{
"husky": {
"hooks": {
"pre-push": "npm run lint"
}
},
"name": "react-master-group-1",
"homepage": "https://qsomazzi.gitlab.io/react-master-group-1/",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.19.0",
"axios-progress-bar": "^1.2.0",
"chart.js": "^2.7.3",
"classnames": "^2.2.6",
"hammerjs": "^2.0.8",
"jwt-decode": "^2.2.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"node-sass": "^4.11.0",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-addons-update": "^15.6.2",
"react-chartjs-2": "^2.7.4",
"react-content-loader": "^4.2.1",
"react-dom": "^16.8.3",
"react-redux": "^5.1.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.0.1",
"recharts": "^1.6.0",
"redux": "^4.0.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.83.0",
"signalr-no-jquery": "^0.1.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src/**/*.js src/**/*.jsx",
"api": "json-server --watch db.json --routes routes.json"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"dotenv": "^6.2.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"husky": "^1.3.1",
"json-server": "^0.14.2"
}
}