-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 933 Bytes
/
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
{
"name": "hej",
"version": "0.3.0",
"private": true,
"dependencies": {
"core-js": "^3.0.0",
"node_modules-path": "^2.0.5",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-history": "^0.18.2",
"react-router-dom": "^5.0.1",
"react-scripts": "^5.0.1",
"react-timeago": "^4.4.0",
"react-typed": "^1.0.9",
"recompose": "^0.17.0"
},
"scripts": {
"start": "NODE_PATH=src react-scripts start",
"start_windows": "set NODE_PATH=src&&react-scripts --openssl-legacy-provider start ",
"build": "NODE_PATH=src react-scripts build",
"test": "NODE_PATH=src react-scripts test --env=jsdom",
"eject": "NODE_PATH=src react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}