-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "shards-dashboard-lite-react",
"version": "1.0.0",
"private": true,
"homepage": "./",
"dependencies": {
"@chakra-ui/react": "^2.5.1",
"camelize": "^1.0.1",
"chart.js": "^2.7.3",
"classnames": "^2.3.1",
"cross-env": "^7.0.3",
"dateformat": "^4.0.0",
"flux": "^3.1.3",
"jspdf": "^2.5.1",
"lodash.find": "^4.6.0",
"openai": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga": "^3.3.1",
"react-quill": "^2.0.0-beta.4",
"react-router-dom": "^5.3.0",
"react-scripts": "5.0.0",
"shards-react": "^1.0.3",
"shortid": "^2.2.16"
},
"scripts": {
"start": "react-scripts start",
"build:prod": "cross-env REACT_APP_BASENAME=/demo/shards-dashboard-lite-react REACT_APP_GAID=UA-115105611-1 npm run build",
"build": "cross-env REACT_APP_BASENAME=/demo/shards-dashboard-lite-react 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",
"last 2 versions"
]
}