-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.21 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "webapp",
"description": "web application tested by Neeze@ZJS",
"main": "index.js",
"scripts": {
"component:dev": "webpack-dev-server --config ./config/component/webpack.component.dev.js",
"component:build": "webpack --config ./config/component/webpack.component.produce.js",
"component:text": "console.log('No test now')",
"plugin:dev": "webpack --config ./config/plugin/webpack.plugin.dev.js",
"plugin:build": "karma start ./config/plugin/karma.conf.js && webpack --config ./config/plugin/webpack.plugin.pro.js",
"plugin:test": "karma start ./config/plugin/karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hellochicken/werun.git"
},
"versions": {
"main": "0.1.0",
"plugin": "0.1.1"
},
"keywords": [
"werun",
"plugin",
"component",
"webpack",
"react-bootstrap"
],
"license": "MIT",
"author": "Neeze@ZJS",
"dependencies": {
"animate.css": "^3.6.1",
"bootstrap": "^3.3.7",
"minireset.css": "0.0.3",
"prop-types": "^15.6.1",
"px2rem-loader": "^0.1.9",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-dev-utils": "^5.0.1",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"webpack-dev-server": "^2.11.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"cli-color": "^1.2.0",
"css-loader": "^0.28.10",
"eslint": "^4.19.1",
"eslint-config-react": "^1.1.7",
"eslint-config-standard": "^11.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"export-loader": "^1.0.52",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.6.1",
"happypack": "^4.0.1",
"html-webpack-plugin": "^2.30.1",
"html-withimg-loader": "^0.1.16",
"import-loader": "^1.0.1",
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
"json-loader": "^0.5.7",
"karma": "^2.0.0",
"karma-babel-preprocessor": "^7.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.1",
"karma-mocha-reporter": "^2.2.5",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-webpack": "^2.0.13",
"node-sass": "^4.9.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-loader": "^2.1.1",
"readline": "^1.3.0",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"webpack": "^3.11.0",
"webpack-merge": "^4.1.2",
"webpack-monitor": "^1.0.14"
},
"browserslist": [
"ie >= 8",
"last 2 versions",
"> 1%"
]
}