This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
80 lines (80 loc) · 2.26 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
{
"name": "redux-universal",
"version": "1.0.0",
"description": "Redux for universal app makes awesome",
"main": "index.js",
"scripts": {
"clean": "rm -rf public/build server/build",
"dev": "NODE_ENV=development nodev --ignore server/build --ignore public/build --ignore src index.js",
"build": "NODE_ENV=production webpack --stats --progress",
"start": "NODE_ENV=production node index",
"eslint": "eslint . --ext .js,.jsx",
"test": "npm run eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomchentw/redux-universal.git"
},
"keywords": [
"react",
"redux",
"universal"
],
"author": {
"name": "tomchentw",
"email": "[email protected]",
"url": "https://github.com/tomchentw"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tomchentw/redux-universal/issues"
},
"homepage": "https://github.com/tomchentw/redux-universal#readme",
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"babel-core": "<=5.6.20 || >5.8.12",
"babel-eslint": "^3.1.1",
"babel-loader": "^5.1.0",
"css-loader": "^0.12.1",
"cssnano": "^1.2.0",
"eslint": "^0.21.0",
"eslint-loader": "^0.11.2",
"eslint-plugin-react": "^2.6.3",
"extract-text-webpack-plugin": "^0.8.0",
"json-loader": "^0.5.2",
"nib": "^1.1.0",
"node-libs-browser": "^0.5.2",
"nodev": "^0.8.7",
"null-loader": "^0.1.1",
"postcss-loader": "^0.4.3",
"react-hot-loader": "^1.2.7",
"style-loader": "^0.12.2",
"stylus-loader": "^1.2.1",
"webpack": "^1.9.5",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"babel-core": "^5.8.14",
"body-parser": "^1.12.4",
"classnames": "^2.1.1",
"express": "^4.12.4",
"faker": "^3.0.0",
"immutable": "^3.7.2",
"isomorphic-fetch": "^2.1.1",
"keymirror": "^0.1.1",
"lodash": "^3.8.0",
"normalize.css": "^3.0.3",
"object-path": "^0.9.2",
"react": "^0.13.3",
"react-immutable-render-mixin": "^0.8.1",
"react-redux": "^0.2.2",
"react-router": "1.0.0-beta3",
"redux": "^1.0.0-rc",
"redux-thunk": "^0.1.0",
"require-uncached": "^1.0.2",
"serialize-javascript": "^1.0.0",
"serve-static": "^1.10.0",
"thenify": "^3.1.0",
"warning": "^2.0.0"
}
}