-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.95 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
{
"name": "redux-react-postCss",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"http-proxy": "^1.14.0",
"morgan": "^1.7.0",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-redux": "^4.4.5",
"react-router": "^2.5.1",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"axios": "^0.12.0",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-stage-2": "^6.5.0",
"clean-webpack-plugin": "^0.1.9",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.21.0",
"npm": "^3.10.2",
"postcss-animation": "0.0.11",
"postcss-color-rebeccapurple": "^2.0.0",
"postcss-cssnext": "^2.7.0",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.9.1",
"postcss-scss": "^0.1.8",
"precss": "^1.4.0",
"style-loader": "^0.13.1",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.1",
"webpack-manifest-plugin": "^1.0.1"
},
"scripts": {
"start": "webpack && npm run dev",
"dev": "webpack-dev-server --content-base src --inline --hot",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeibercano/redux-react-postCss.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yeibercano/redux-react-postCss/issues"
},
"homepage": "https://github.com/yeibercano/redux-react-postCss#readme"
}