-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.64 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
{
"name": "react-aomini",
"version": "1.0.0",
"description": "react mini framework aomini",
"main": "webpack.config.js",
"directories": {
"example": "examples"
},
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"less": "^2.7.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"urlencode": "^1.1.0",
"webpack": "^3.5.5"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.5",
"eslint-loader": "^1.9.0",
"jsx-loader": "^0.13.2",
"less-loader": "^4.0.5",
"postcss-loader": "^2.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack-dev-server": "^2.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --config webpack.config.js --progress --colors --display-error-details --watch --env.production=0",
"product": "webpack --config webpack.config.js --env.production=1",
"start": "webpack-dev-server --config webpack.config.js --progress --open --watch --env.production=0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FE-xiaoJiang/aomini.git"
},
"keywords": [
"react",
"aomini"
],
"author": "xiaoJiang",
"license": "ISC",
"bugs": {
"url": "https://github.com/FE-xiaoJiang/aomini/issues"
},
"homepage": "https://github.com/FE-xiaoJiang/aomini#readme"
}