-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 984 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 984 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
{
"name": "lc-react-typescript-starter",
"version": "0.1.1",
"private": false,
"description": "React Starter Kit with Typescript and Ant Design:) ",
"repository": {
"type": "git",
"url": "https://github.com/lifecompilers/react-typescript-starter"
},
"dependencies": {
"antd": "^3.3.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts-ts": "2.14.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": "^22.2.0",
"@types/node": "^9.4.7",
"@types/react": "^16.0.40",
"@types/react-dom": "^16.0.4",
"react-app-rewire-less": "^2.1.1",
"react-app-rewired": "^1.5.0",
"ts-import-plugin": "^1.4.4",
"typescript": "^2.7.2"
}
}