-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.21 KB
/
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
37
38
39
40
{
"name": "antd-demo-ts-cra",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^2.12.8",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"@types/jest": "^20.0.8",
"@types/node": "^8.0.25",
"@types/react": "^16.0.5",
"@types/react-dom": "^15.5.4",
"awesome-typescript-loader": "^3.2.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.0.2",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"react-app-rewire-less": "^2.0.6",
"react-app-rewired": "^1.2.4",
"react-scripts-ts": "2.6.0",
"tslint-config-airbnb": "^5.2.1",
"webpack-parallel-uglify-plugin": "^1.0.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",
"eject": "react-scripts-ts eject"
}
}