-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·52 lines (52 loc) · 1.27 KB
/
package.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.27 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
{
"name": "react-electron",
"version": "0.1.0",
"description": "Testing reactJS",
"author": "Purencool",
"homepage": "./",
"private": true,
"dependencies": {
"@rjsf/core": "^2.1.0",
"aphrodite": "",
"axios": "^0.19.2",
"bootstrap": "^4.5.0",
"cross-env": "",
"prop-types": "^15.7.2",
"react": "^16.0.0",
"react-bootstrap": "^1.0.1",
"react-dom": "",
"react-router-dom": "",
"react-scripts": "",
"react-svg-line-chart": "",
"simple-flexbox": ""
},
"scripts": {
"start-react": "react-scripts start",
"build-react": "react-scripts build",
"production-build": "mv build ./www/",
"test-react": "react-scripts test --env=jsdom",
"eject-react": "react-scripts eject",
"build": "npm run build-react",
"start": "concurrently \"cross-env BROWSER=none npm run start-react\""
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"concurrently": "",
"cypress": "^4.12.1",
"wait-on": ""
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}