-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
76 lines (67 loc) · 1.94 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
66
67
68
69
70
71
72
73
74
75
76
{
"name": "iReact.cn",
"version": "1.0.0",
"description": "A react-component awesome project and website.",
"main": "data.js",
"scripts": {
"clean": "rimraf res/js/dist",
"lint": "eslint data.js && eslint res/js/src/",
"test_data_format": "npm run builddata && tape tests/test_data_format.js",
"test": "npm run lint && npm run test_data_format",
"website": "webpack --config webpack.config.js",
"builddata": "gulp build_data",
"build": "npm run clean && npm run website && npm run builddata && npm run test",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hustcc/iReact.git"
},
"keywords": [
"iReact",
"react",
"react-component",
"awesome",
"react-component"
],
"author": "hustcc@github",
"license": "MIT",
"bugs": {
"url": "https://github.com/hustcc/iReact/issues"
},
"homepage": "https://iReact.cn/",
"dependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"devDependencies": {
"babel-cli": "^6.6.0",
"babel-core": "^6.3.15",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.11.3",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"rimraf": "^2.5.0",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.10.1",
"css-loader": "~0.16.0",
"jsx-loader": "~0.13.2",
"style-loader": "~0.12.3",
"file-loader": "~0.8.4",
"rimraf": "^2.5.0",
"tape": "^4.5.0",
"gulp": "^3.9.0",
"gulp-wrap": "^0.11.0",
"gulp-uglify": "^1.5.3",
"babel-plugin-transform-es3-property-literals": "*",
"babel-plugin-transform-es3-member-expression-literals": "*"
}
}