-
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) · 969 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 969 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": "abc-react",
"version": "0.2.13",
"description": "无",
"main": "lib/index.js",
"scripts": {
"start": "npm run build",
"test": "jest",
"demo": "webpack --display-error-details --progress --colors --watch",
"watch": "webpack --display-error-details --progress --colors --watch",
"build": "webpack --display-error-details --progress --colors",
"prepublish": "rm -rf lib&&tsc --outDir lib"
},
"author": "ldh",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@types/react": "^16.0.31",
"@types/react-dom": "^16.0.4",
"antd": "^2.13.10",
"browser-sync": "^2.18.12",
"browser-sync-webpack-plugin": "^1.2.0",
"create-react-class": "^15.6.2",
"enhanced-resolve": "^4.0.0",
"jest": "^21.2.1",
"ts-loader": "^0.8.2",
"tsconfig-paths-webpack-plugin": "^2.0.0",
"typescript": "^2.8.0-insiders.20180127",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.11.1"
}
}