-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 KB
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
41
42
43
44
{
"name": "library-web",
"version": "1.0.0",
"description": "使用react全家桶写资源管理系统",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --inline --content-base . --history-api-fallback",
"build": "webpack -dw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buptyyf/library-web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/buptyyf/library-web/issues"
},
"homepage": "https://github.com/buptyyf/library-web#readme",
"dependencies": {
"antd": "^2.12.0",
"echarts-for-react": "^1.1.6",
"jquery": "^3.1.1",
"react": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-bootstrap-table": "^3.0.0",
"react-dom": "^15.4.2",
"react-pdf": "^1.6.1",
"react-router": "^3.0.2"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"css-loader": "^0.26.1",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
}
}