-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 764 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 764 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
{
"name": "react-antd-ts-starter",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.0.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts-ts": "2.8.0"
},
"scripts": {
"start": "react-app-rewired start --scripts-version react-scripts-ts",
"build": "react-app-rewired build --scripts-version react-scripts-ts",
"test": "react-app-rewired test --env=jsdom --scripts-version react-scripts-ts",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^21.1.8",
"@types/node": "^8.0.58",
"@types/react": "^16.0.29",
"@types/react-dom": "^16.0.3",
"react-app-rewire-less": "^2.1.0",
"react-app-rewired": "^1.3.8",
"ts-import-plugin": "^1.4.3"
}
}