-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
152 lines (152 loc) · 5.58 KB
/
package.json
File metadata and controls
152 lines (152 loc) · 5.58 KB
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
{
"name": "fireplate",
"version": "1.0.0",
"description": "React SSR ready boilerplate with Code Spliting, CSS Modules and Offline Support.",
"main": "./functions/index.js",
"scripts": {
"prebuild": "npm run clear && npm test && npm run lint",
"build": "cross-env NODE_ENV=production ANALYTICS_ID=UA-00000000-0 webpack --progress && cross-env NODE_ENV=production BUILD_TARGET=node webpack --config ./webpack/server.config.js",
"clear": "rimraf ./functions ./webpack/tmp/",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"deploy": "npm run build && firebase deploy",
"lint": "cross-env NODE_ENV=lint eslint --ext .js --ext .jsx src",
"serve": "firebase serve",
"prestart": "npm run clear && cross-env NODE_ENV=development webpack --config ./webpack/dll.config.js",
"start": "cross-env NODE_ENV=development webpack-dev-server --hot --progress",
"poststart": "npm run clear",
"test": "cross-env NODE_ENV=test BUILD_TARGET=node nyc mocha './src/**/*.test.js' --require ./enzyme.js --require babel-core/register --require ignore-styles",
"presetup": "npm install --save-dev clear-console deepmerge ora pretty-error rimraf",
"setup": "node setup && npm rm clear-console deepmerge ora pretty-error rimraf && npm install"
},
"nyc": {
"exclude": [
"src/**/*.test.js",
"enzyme.js"
],
"extension": [
".jsx"
]
},
"browserslist": [
"> 1%",
"last 2 versions",
"ie 8"
],
"repository": {
"type": "git",
"url": "git+https://github.com/flasd/fireplate.git"
},
"keywords": [
"webpack",
"boilerplate",
"firebase"
],
"author": "Marcel Coelho",
"license": "MIT",
"bugs": {
"url": "https://github.com/flasd/fireplate/issues"
},
"homepage": "https://github.com/flasd/fireplate#readme",
"devDependencies": {
"add-asset-html-webpack-plugin": "^2.1.2",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-groundskeeper-willie": "^1.3.2",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-meaningful-logs": "^1.0.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-optimize": "^1.0.1",
"base-href-webpack-plugin": "^1.0.2",
"bourbon": "^5.0.0",
"chai": "^4.1.2",
"chalk": "^2.3.0",
"cheerio": "^1.0.0-rc.2",
"circular-dependency-plugin": "^4.4.0",
"coveralls": "^3.0.0",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"cssnano": "^3.10.0",
"deepmerge": "^2.0.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"extract-loader": "^1.0.2",
"extract-text-webpack-plugin": "^3.0.2",
"fast-async": "^6.3.0",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "^1.1.6",
"firebase-bolt": "^0.8.2",
"firebase-tools": "^3.17.1",
"generate-package-json-webpack-plugin": "^0.4.2",
"html-webpack-disable-plugin": "^1.0.1",
"html-webpack-exclude-assets-plugin": "0.0.5",
"html-webpack-plugin": "^2.30.1",
"ignore-styles": "^5.0.1",
"inquirer": "^5.0.1",
"isomorphic-style-loader": "^4.0.0",
"mocha": "^5.0.0",
"node-sass": "^4.7.2",
"nyc": "^11.4.1",
"offline-plugin": "^4.9.0",
"ora": "^1.3.0",
"portfinder": "^1.0.13",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.10",
"postcss-safe-parser": "^3.0.1",
"pretty-error": "^2.1.1",
"proxyquire": "^1.8.0",
"resolve-url-loader": "^2.2.1",
"resource-hints-webpack-plugin": "0.0.1",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"sinon": "^4.2.1",
"sinon-chai": "^2.14.0",
"sinon-express-mock": "^2.0.0",
"style-ext-html-webpack-plugin": "^3.4.7",
"style-loader": "^0.20.1",
"supertest": "^3.0.0",
"uglifyjs-webpack-plugin": "^1.1.6",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.0",
"webpack-merge": "^4.1.1",
"webpack-node-externals": "^1.6.0",
"webpack-pwa-manifest": "^3.4.1"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"body-parser": "^1.18.2",
"connect-session-firebase": "^5.7.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-validation": "^1.0.2",
"firebase-admin": "^5.8.1",
"firebase-functions": "^0.8.1",
"helmet": "^3.9.0",
"history": "^4.7.2",
"joi": "^13.1.1",
"mz": "^2.7.0",
"normalize-scss": "^7.0.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-async-bootstrapper": "^1.1.2",
"react-async-component": "^1.0.2",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"redux": "^3.7.2",
"redux-catch": "^1.3.1",
"redux-promise-middleware": "^5.0.0",
"serialize-error": "^2.1.0",
"serialize-javascript": "^1.4.0"
}
}