-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.09 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "react-pc-ui",
"version": "1.0.9",
"description": "\"React PC 组件库(React pc component library)\"",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open --config ./build/webpack.dev.config.js",
"build:component": "webpack --config ./build/webpack.dist.component.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build:examples": "webpack --config ./build/webpack.dist.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lianpf/react-pc-ui.git",
"webpack": "v4.6.0",
"webpack-cli": "~2.0.14",
"node": "v8.11.1",
"npm": "v5.6.0"
},
"files": [
"index.js",
"lib",
"package.json",
"readme.md"
],
"bugs": {
"url": "https://github.com/lianpf/react-pc-ui/issues"
},
"homepage": "https://github.com/lianpf/react-pc-ui",
"keywords": [
"React",
"PC",
"component",
"library",
"antd",
"JavaScript",
"UI",
"redux",
"react-redux",
"react-router",
"webpack"
],
"author": "https://github.com/lianpf",
"license": "ISC",
"devDependencies": {
"babel-cli": "~6.26.0",
"babel-core": "~6.26.0",
"babel-loader": "~7.1.4",
"babel-plugin-import": "~1.7.0",
"babel-preset-react": "~6.24.1",
"babel-preset-stage-0": "~6.24.1",
"clean-webpack-plugin": "~0.1.19",
"css-loader": "~0.28.11",
"friendly-errors-webpack-plugin": "~1.7.0",
"html-loader": "~0.5.5",
"html-webpack-plugin": "~3.2.0",
"less": "~2.7.2",
"less-loader": "~4.1.0",
"prop-types": "^15.7.2",
"redux-logger": "~3.0.6",
"redux-thunk": "~2.2.0",
"style-loader": "~0.21.0",
"uglifyjs-webpack-plugin": "~1.2.5",
"url-loader": "~1.0.1",
"webpack": "~4.6.0",
"webpack-cli": "~2.0.14",
"webpack-dev-server": "~3.1.3",
"webpack-merge": "~4.1.2"
},
"dependencies": {
"classnames": "~2.2.5",
"react": "~16.3.2",
"react-dom": "~16.3.2",
"react-redux": "~5.0.7",
"react-router": "~4.2.0",
"react-router-dom": "~4.2.2",
"react-router-redux": "~4.0.8",
"redux": "~4.0.0"
}
}