-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.68 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
{
"name": "datta-able-free-react-admin-template",
"version": "1.0.0",
"private": true,
"homepage": "https://codedthemes.com/admin/",
"dependencies": {
"@reduxjs/toolkit": "^1.8.0",
"@tanem/react-nprogress": "^4.0.9",
"axios": "^0.26.0",
"axios-mock-adapter": "^1.20.0",
"bootstrap": "^4.6.0",
"firebase": "^8.3.0",
"formik": "^2.2.9",
"jsonwebtoken": "^8.5.1",
"namor": "^2.0.3",
"node-sass": "^7.0.1",
"rc-tooltip": "^5.1.1",
"react": "^17.0.1",
"react-app-polyfill": "^3.0.0",
"react-bootstrap": "^1.5.2",
"react-copy-to-clipboard": "^5.0.4",
"react-datetime": "^3.1.1",
"react-dom": "^17.0.1",
"react-dual-listbox": "^2.2.0",
"react-google-maps": "^9.4.5",
"react-nvd3": "^0.5.7",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.6",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.3",
"react-toast-notifications": "^2.5.1",
"react-trello": "^2.2.11",
"recompose": "^0.30.0",
"redux": "^4.1.2",
"redux-form": "^8.3.8",
"rodal": "^1.8.3",
"sass": "^1.50.0",
"web-vitals": "^1.1.0",
"yup": "^0.32.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"prettier": "2.6.0",
"standard": "^17.0.0"
}
}