-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.21 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
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@gratacda/grata-admin-portal",
"version": "1.0.0",
"description": "Grata Admin Portal",
"author": {
"name": "Grata Technologies Inc.",
"url": "https://www.gratacda.com"
},
"homepage": "",
"copyright": "Copyright 2020 Grata Technologies Inc.",
"private": true,
"dependencies": {
"@coreui/coreui-pro": "^3.2.0",
"@coreui/icons": "^2.0.0-rc.0",
"@coreui/icons-react": "^1.0.1",
"@coreui/react": "^3.0.1",
"@reduxjs/toolkit": "^1.5.0",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"connected-react-router": "^6.8.0",
"core-js": "^3.6.5",
"dotenv": "^8.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"firebase": "^8.2.1",
"formik": "^2.2.6",
"history": "^5.0.0",
"http-proxy-middleware": "^1.0.6",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-app-polyfill": "^1.0.6",
"react-dom": "^16.13.1",
"react-images-upload": "^1.2.8",
"react-redux": "^7.2.2",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-router-redux": "^4.0.8",
"react-select": "^4.0.2",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"spinkit": "^2.0.1",
"yup": "^0.32.8"
},
"devDependencies": {
"mutationobserver-shim": "^0.3.5",
"prettier": "2.2.1",
"react-scripts": "^3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:cov": "npm test -- --coverage --watchAll=false",
"test:debug": "react-scripts --inspect-brk test --runInBand",
"eject": "react-scripts eject",
"zip": "git archive -o coreui-pro-react-admin-template-starter-v$npm_package_version.zip -9 HEAD",
"zip-v2": "git archive -o coreui-pro-react-admin-template-starter-v2.zip -9 origin/v2"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 10",
"not op_mini all"
],
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!**/*index.js",
"!src/serviceWorker.js",
"!src/polyfill.js"
]
},
"engines": {
"node": ">=8.16",
"npm": ">=6"
}
}