-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.74 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.74 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
{
"name": "rabbitpack",
"version": "0.0.2-rc.20",
"main": "src/index.js",
"license": "MIT",
"files": [
"src"
],
"dependencies": {
"babel-core": "^6.21.0",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.10",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"chunk-manifest-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "2.0.0-rc.3",
"file-loader": "^0.10.0",
"google-closure-compiler-js": "^20170124.0.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.26.0",
"html-webpack-template": "^6.0.0",
"inline-manifest-webpack-plugin": "^3.0.1",
"jest": "^18.1.0",
"lodash": "^4.17.4",
"lodash-webpack-plugin": "^0.11.0",
"postcss-color-function": "^3.0.0",
"postcss-loader": "^1.3.0",
"postcss-mixins": "^5.4.1",
"postcss-nesting": "^2.3.1",
"postcss-short": "^3.0.3",
"react": "^15.4.2",
"react-hot-loader": "3.0.0-beta.6",
"redux-mock-store": "^1.2.2",
"style-loader": "^0.13.1",
"uglify-js": "^2.7.5",
"uglifyjs-webpack-plugin": "^0.1.3",
"webpack": "2.2.0",
"webpack-dev-server": "2.3.0",
"webpack-manifest-plugin": "^1.1.0"
},
"devDependencies": {
"glob": "^7.1.1"
},
"scripts": {
"test": "node_modules\\.bin\\jest"
},
"jest": {
"verbose": true
},
"repository": "git@github.com:rabbitlive/rabbitpack.git",
"author": "rabbit <yfhj1990@hotmail.com>"
}