-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.07 KB
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
70
71
72
73
74
75
76
77
78
{
"name": "admin-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"bfj": "^6.1.1",
"bootstrap": "^4.3.1",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chalk": "^2.4.2",
"classnames": "^2.2.6",
"dotenv": "^6.2.0",
"dotenv-expand": "^4.2.0",
"file-loader": "^3.0.1",
"fs-extra": "^7.0.1",
"html-webpack-plugin": "4.0.0-alpha.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.3.1",
"jest-pnp-resolver": "^1.2.1",
"jest-resolve": "^24.3.1",
"jwt-decode": "^2.2.0",
"mdi-react": "^5.3.0",
"mini-css-extract-plugin": "^0.5.0",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"pnp-webpack-plugin": "^1.4.1",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"postcss-safe-parser": "^4.0.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-app-polyfill": "^0.2.2",
"react-bootstrap": "^1.0.0-beta.10",
"react-dev-utils": "6.0.3",
"react-dom": "^16.8.6",
"react-redux": "^6.0.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "3.0.1",
"react-smooth-scrollbar": "^8.0.6",
"reactstrap": "^7.1.0",
"redux": "^4.0.1",
"redux-form": "^8.1.0",
"redux-thunk": "^2.3.0",
"resolve": "1.10.0",
"smooth-scrollbar": "^8.3.1",
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.2.3",
"url-loader": "1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"production-build": "NODE_ENV=production npm run build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0"
}
}