forked from combine/universal-react-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
166 lines (166 loc) · 5.03 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "universal-react-redux",
"description": "A universal starter kit built with ES2015, react, react-router and redux. Server rendering with react and express. Bundled with Webpack with HMR transforms and css-modules support.",
"version": "4.0.0",
"license": "MIT",
"main": "client/index.js",
"repository": {
"type": "git",
"url": "https://github.com/combine/universal-react-redux.git"
},
"engines": {
"node": "8.x.x",
"npm": "3.x.x"
},
"scripts": {
"start": "better-npm-run dev:build && better-npm-run dev:start",
"dev:start": "better-npm-run dev:start",
"dev:start:server": "better-npm-run dev:start:server",
"dev:start:client": "better-npm-run dev:start:client",
"dev:build": "better-npm-run dev:build",
"prod:build": "better-npm-run prod:build",
"prod:start": "better-npm-run prod:build && better-npm-run prod:start ",
"test": "better-npm-run test",
"test:all": "better-npm-run test:all",
"test:watch": "better-npm-run test:watch",
"test:all:watch": "better-npm-run test:all:watch",
"lint": "better-npm-run lint",
"postinstall": "node ./postinstall.js"
},
"betterScripts": {
"dev:start": "yarn run dev:start:client & yarn run dev:start:server",
"dev:start:server": {
"command": "yarn run nodemon server",
"env": {
"NODE_ENV": "development"
}
},
"dev:start:client": {
"command": "yarn run babel-node -- webpack/development.hot",
"env": {
"NODE_ENV": "development"
}
},
"dev:build": {
"command": "yarn run babel-node -- ./script/build webpack/development.js",
"env": {
"NODE_ENV": "development"
}
},
"prod:build": {
"command": "yarn run babel-node -- ./script/build webpack/production.js",
"env": {
"NODE_ENV": "production"
}
},
"prod:start": {
"command": "pm2 start server --name='universal-react-redux'",
"env": {
"NODE_ENV": "production"
}
},
"test": {
"command": "yarn run mocha --recursive --compilers js:babel-register",
"env": {
"NODE_ENV": "test"
}
},
"test:all": {
"command": "yarn run mocha --recursive --compilers js:babel-register $(find . -path ./node_modules -prune -o -name '*.test.js' -print)",
"env": {
"NODE_ENV": "test"
}
},
"test:watch": {
"command": "yarn run test -- --watch",
"env": {
"NODE_ENV": "test"
}
},
"test:all:watch": {
"command": "yarn run test:all -- --watch",
"env": {
"NODE_ENV": "test"
}
},
"lint": {
"command": "yarn run eslint --ext .js,.jsx .",
"env": {
"NODE_ENV": "test"
}
}
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"better-npm-run": "^0.0.15",
"debug": "^2.6.0",
"eslint": "^4.1.1",
"eslint-loader": "^1.7.1",
"eslint-plugin-react": "^7.1.0",
"nodemon": "^1.11.0",
"react-transform-catch-errors": "^1.0.2",
"redbox-react": "^1.3.6",
"webpack-dev-server": "^2.4.5",
"webpack-sources": "^1.0.1"
},
"dependencies": {
"app-module-path": "^2.2.0",
"autoprefixer": "^7.1.1",
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-resolver": "^1.1.0",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-syntax-decorators": "^6.13.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"classnames": "^2.2.5",
"compression": "^1.6.2",
"compression-webpack-plugin": "^0.4.0",
"css-loader": "^0.28.0",
"css-modules-require-hook": "^4.0.6",
"dotenv": "^4.0.0",
"dotenv-safe": "^4.0.4",
"dotenv-webpack": "^1.5.0",
"expose-loader": "^0.7.3",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"font-awesome": "^4.7.0",
"history": "^4.6.1",
"include-media": "^1.4.9",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.4",
"lodash": "^4.17.4",
"mocha": "^3.3.0",
"node-sass": "^4.5.2",
"postcss-loader": "^2.0.6",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-hot-loader": "next",
"react-redux": "^5.0.4",
"react-router-dom": "^4.1.1",
"react-router-redux": "next",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.3",
"sass-resources-loader": "^1.2.1",
"semantic-ui-css": "^2.2.10",
"semantic-ui-react": "^0.70.0",
"serve-static": "^1.12.1",
"style-loader": "^0.18.2",
"url-loader": "^0.5.8",
"webpack": "^3.0.0",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-isomorphic-tools": "^3.0.2"
}
}