-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (58 loc) · 1.38 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
{
"name": "x-seed",
"version": "0.0.1",
"description": "React Plugin 开发插件的种子项目",
"main": "./lib/index.js",
"directories": {
"example": "examples"
},
"scripts": {
"example": "node scripts/dev-examples",
"start":"node scripts/dev-src",
"prepublish":"babel src -d lib & webpack --config webpack.dist.config.js"
},
"authors": [
"tianxiangbing"
],
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.7.4",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.18.0",
"extract-text-webpack-plugin": "^1.0.1",
"npm-run-all": "^3.1.2",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"uglify-js": "2.4.24",
"css-loader": "^0.23.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"element-class": "^0.2.0",
"exenv": "1.2.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"tags": [
"react",
"plugin",
"seed"
],
"keywords": [
"react",
"react-component",
"seed",
"react-plugin"
]
}