-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.33 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
{
"name": "sb-admin2-react-tmplate",
"version": "0.1.0",
"private": true,
"author": {
"name": "Bikram Choudhury",
"url": "https://github.com/bikram-choudhury/sb-admin2-react-template.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"lint": "eslint src/**/*.js[x]",
"lint:fix": "eslint src/**/*.js[x] --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage --colors",
"postinstall": "npm start",
"ci": "run-s lint test:coverage"
},
"dependencies": {
"chart.js": "^2.9.3",
"datatables.net-bs4": "^1.10.20",
"firebase": "^7.16.1",
"history": "^4.10.1",
"jquery": "^3.4.1",
"prop-types": "^15.7.2",
"query-string": "^6.9.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hook-form": "^4.9.8",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"reselect": "^4.0.0",
"yup": "^0.28.0"
},
"devDependencies": {
"check-prop-types": "^1.1.2",
"husky": "^4.2.3",
"npm-run-all": "^4.1.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}