-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
executable file
·65 lines (65 loc) · 2.11 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
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
{
"name": "react-component-lib",
"author": "darkty2009",
"version": "1.2.0",
"description": "a full base ui library to reactjs",
"license": "MIT",
"main": "dist/bundle.js",
"keywords": [
"react",
"react ui",
"react form",
"react plugin",
"react component"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cd-fe/react-component.git"
},
"bugs": {
"url": "https://github.com/cd-fe/react-component/issues"
},
"scripts": {
"build": "webpack -p --config webpack.config.product.js",
"build-example": "NODE_ENV=production webpack -p --config webpack.config.example.js",
"example": "NODE_ENV=development webpack-dev-server --config webpack.config.example.js --devtool eval --progress --colors --inline --port 8008 --host 127.0.0.1",
"example-win": "set NODE_ENV=development&webpack-dev-server --config webpack.config.example.js --devtool eval --progress --colors --inline --port 8008 --host 127.0.0.1",
"lib": "webpack-dev-server --config webpack.config.product.js --devtool eval --progress --colors --inline --port 8007 --host 127.0.0.1"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel": "~6.3.26",
"babel-core": "~6.4.5",
"babel-loader": "~6.2.1",
"babel-preset-es2015": "~6.3.13",
"babel-preset-react": "~6.3.13",
"babel-preset-stage-0": "~6.3.13",
"bundle-loader": "^0.5.4",
"css-loader": "^0.23.0",
"history": "^2.0.1",
"jsx-loader": "^0.13.2",
"markdown-loader": "^0.1.7",
"postcss-loader": "^1.1.1",
"raw-loader": "^0.5.1",
"react": "^0.14.3",
"react-dom": "^0.14.0",
"react-router": "^2.0.0rc5",
"sass-loader": "~3.0.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "~1.12.11",
"webpack-dev-server": "~1.12.1",
"webpack-require-http": "latest"
},
"dependencies": {
"swiper": "^3.3.1",
"node-sass": "^3.8.0",
"react-draggable-browser": "^2.1.3",
"cropperjs": "^0.8.0",
"jquery-mousewheel": "^3.1.13"
},
"homepage": "https://github.com/cd-fe/react-component#readme",
"directories": {
"example": "example"
}
}