forked from mawen741/react-ui-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.23 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
{
"name":"react-ui-lib",
"author":"darkty2009@gmail.com",
"version":"0.1.0",
"description":"a full base ui library to reactjs",
"license":"MIT",
"main":"dist/index.js",
"keywords":[
"react",
"react ui",
"react form",
"react plugin",
"react component"
],
"repository":{
"type":"git",
"url":"https://github.com/darkty2009/react-ui-lib.git"
},
"bugs":{
"url":"https://github.com/darkty2009/react-ui-lib/issues"
},
"scripts":{
"build":"webpack -p --config webpack.product.js",
"dev":"webpack-dev-server --devtool eval --progress --colors --hot --port 8007 --host 127.0.0.1"
},
"devDependencies":{
"webpack":"~1.12.6",
"webpack-dev-server":"~1.12.1",
"react":"^0.14.3",
"react-dom":"^0.14.0",
"jsx-loader":"^0.13.2",
"babel": "~6.0.12",
"babel-core": "~6.0.12",
"babel-loader": "babel/babel-loader#develop",
"babel-preset-es2015": "~6.0.12",
"babel-preset-react":"~6.1.18",
"sass-loader":"~3.0.0",
"raw-loader":"^0.5.1",
"style-loader":"^0.13.0",
"url-loader":"^0.5.6",
"css-loader":"^0.23.0"
}
}