-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·51 lines (51 loc) · 1.34 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
{
"name": "tnnafrica.workcradle",
"version": "1.0.0",
"private": true,
"homepage": "http://tnnafrica.workcradle.com/",
"dependencies": {
"axios": "^0.21.1",
"camelize": "^1.0.0",
"chart.js": "^2.7.3",
"classnames": "^2.2.6",
"cross-env": "^5.2.0",
"dateformat": "^3.0.3",
"flux": "^3.1.3",
"lodash.find": "^4.6.0",
"nprogress": "^0.2.0",
"react": "^16.6.3",
"react-documents": "^1.0.4",
"react-dom": "^16.6.3",
"react-ga": "^2.5.6",
"react-html-table-to-excel": "^2.0.0",
"react-pdf": "^5.3.0",
"react-quill": "^1.3.3",
"react-redux": "^7.2.4",
"react-responsive": "^9.0.0-beta.3",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "2.1.1",
"reactstrap": "^8.9.0",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"shards-react": "^1.0.0",
"shortid": "^2.2.14",
"styled-components": "^5.3.0"
},
"scripts": {
"start": "react-scripts start",
"build:prod": "cross-env REACT_APP_BASENAME=/ REACT_APP_GAID=UA-115105611-1 npm run build",
"build": "cross-env REACT_APP_BASENAME=/ react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}