-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 813 Bytes
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
{
"name": "react-typescript",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"cors-anywhere": "^0.4.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts-ts": "^4.0.8",
"update": "^0.7.4"
},
"scripts": {
"start": "concurrently --kill-others \"node src/proxy.js\" \"react-scripts-ts start\"",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^23.3.12",
"@types/node": "^10.12.18",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"concurrently": "^4.1.0",
"typescript": "^3.2.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}