-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.69 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
{
"name": "rc-button",
"version": "0.1.5",
"main": "src/index.js",
"scripts": {
"start": "npm run demo",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --config ./example/webpack.config.js",
"demo": "webpack-dev-server --progress --config ./example/webpack.config.js"
},
"author": "jinke.li",
"repository": {
"type": "git",
"url": "https://github.com/lijinke666/rc-button"
},
"license": "ISC",
"keywords": [
"react",
"reactjs",
"ui",
"button",
"rc",
"component"
],
"dependencies": {
"react": "15.x",
"react-dom": "15.x",
"classnames": "^2.2.5"
},
"devDependencies": {
"autoprefixer": "^6.7.2",
"babel-core": "6.x",
"babel-loader": "6.x",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "6.x",
"babel-runtime": "^6.23.0",
"copy-webpack-plugin": "latest",
"css-loader": "~0.23.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.28.0",
"imagemin-webpack-plugin": "^1.4.4",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"open-browser-webpack-plugin": "0.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"postcss-loader": "^1.2.2",
"rc-button": "^0.1.2",
"react-hot-loader": "^3.0.0-beta.6",
"react-loader": "^2.4.0",
"rimraf": "^2.6.0",
"style-loader": "~0.13.0",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
}
}