-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·78 lines (78 loc) · 2.5 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
{
"name": "fusebox-react-ssr-css-modules",
"version": "1.0.0",
"description": "SSR, React, redux, ReactRouter, babel, Sass, CSSModules",
"main": "bin/server.js",
"scripts": {
"start": "node fuse",
"build:prod": "NODE_ENV=production node fuse prod-build",
"start:prod": "node build/server.js",
"reinstall": "rm package-lock.json && rm -rf node_modules && npm i",
"clean": "rm -rf .fusebox && rm -rf dist",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/YutamaKotaro/fuse-box-react-ssr-css-modules.git"
},
"author": "YutamaKotaro",
"license": "MIT",
"bugs": {
"url": "https://github.com/YutamaKotaro/fuse-box-react-ssr-css-modules/issues"
},
"homepage": "https://github.com/YutamaKotaro/fuse-box-react-ssr-css-modules#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-latest": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"better-npm-run": "0.0.14",
"concurrently": "^3.3.0",
"eslint": "^4.7.2",
"eslint-config-airbnb": "15.1.0",
"eslint-import-resolver-babel-module": "^3.0.0",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-react": "^7.0.0",
"extract-text-webpack-plugin": "^3.0.0",
"piping": "^1.0.0-rc.4",
"raf": "^3.4.0",
"redux-logger": "^3.0.5",
"rimraf": "^2.6.0",
"typescript": "^2.3.0"
},
"dependencies": {
"babel-eslint": "^8.0.3",
"body-parser": "^1.16.1",
"compression": "^1.6.2",
"express": "^4.14.1",
"fuse-box": "^2.5.0-beta.1",
"history": "^4.7.2",
"http-proxy": "^1.16.2",
"jss-preset-default": "^4.0.1",
"material-ui": "^1.0.0-beta.26",
"material-ui-icons": "^1.0.0-beta.17",
"node-sass": "^4.7.2",
"postcss-modules": "^1.1.0",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-helmet": "^5.0.0",
"react-jss": "^8.2.0",
"react-redux": "^5.0.2",
"react-router": "^4.2.0",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.2.2",
"react-router-redux": "5.0.0-alpha.6",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"serialize-javascript": "^1.3.0",
"styled-components": "^1.4.3",
"superagent": "^3.4.4",
"uglify-js": "^3.2.1"
}
}