forked from localnerve/react-pwa-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
160 lines (160 loc) · 4.99 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
{
"name": "react-pwa-reference",
"version": "0.10.7",
"description": "A universal reactiflux progressive web application reference",
"author": "Alex Grant <[email protected]> (@localnerve)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/localnerve/react-pwa-reference/issues"
},
"homepage": "https://github.com/localnerve/react-pwa-reference#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/localnerve/react-pwa-reference.git"
},
"keywords": [
"pwa",
"react",
"fluxible",
"service-worker",
"node-sass",
"webpack",
"node"
],
"main": "./start.js",
"scripts": {
"_test": "mocha output/tests/unit --recursive --reporter spec",
"build:assets": "npm run lint && gulp build",
"build:output": "gulp prep && babel ./src --ignore='build/*,node_modules/application' --presets=@babel/env,@babel/react -d output",
"build:server": "npm run build:assets && npm run build:output",
"build:list": "gulp --tasks",
"config:dev": "gulp dumpconfigDev",
"config:prod": "gulp dumpconfigProd",
"dev": "npm run lint && gulp dev",
"dev:analyze": "webpack-bundle-size-analyzer",
"dev:ccss": "gulp ccss",
"dev:debug": "npm run lint && gulp debug",
"dev:inspect": "npm run lint && gulp inspect",
"dev:perf": "npm run lint && gulp perf",
"dev:prod": "npm run lint && gulp prod",
"fixtures:dev": "gulp fixturesDev",
"fixtures:prod": "gulp fixturesProd",
"lint": "eslint .",
"perfbudget": "gulp perfbudget",
"postinstall": "node ./postinstall.js",
"start": "cross-env NODE_ENV=production node ./output/application/server/index.js",
"test": "npm run build:output && npm run _test",
"test:cover": "rimraf .nyc_output/ && cross-env BABEL_ENV=cover npm run build:output && cross-env NYC_CWD=output nyc --reporter=lcov npm run _test",
"test:debug": "npm run build:output -- -s inline && npm run _test -- --debug-brk",
"test:inspect": "npm run test:debug -- --inspect",
"test:func": "node src/tests/functional/run-parallel '--reporter spec src/tests/functional/main.js'",
"validate": "npm ls"
},
"pre-commit": [
"lint",
"test"
],
"nyc": {
"sourceMap": false,
"instrument": false,
"report-dir": "reports/coverage",
"exclude": [
"!**/node_modules",
"**/tests/**"
]
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"async-lock": "1.1.3",
"autoprefixer": "9.4.3",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-istanbul": "^5.0.1",
"babel-plugin-lodash": "3.3.4",
"cannibalizr": "~0.2.0",
"chai": "4.1.2",
"chai-as-promised": "^7.1.1",
"colors": "1.3.3",
"coveralls": "3.0.1",
"del": "3.0.0",
"eslint": "5.0.1",
"eslint-plugin-react": "^7.10.0",
"fg-loadcss": "2.1.0",
"fontfaceobserver": "2.1.0",
"foundation-apps": "localnerve/foundation-apps",
"gulp": "^4.0.0",
"gulp-clean-css": "4.0.0",
"gulp-if": "2.0.2",
"gulp-imagemin": "5.0.3",
"gulp-nodemon": "2.4.2",
"gulp-postcss": "8.0.0",
"gulp-rev": "^9.0.0",
"gulp-sass": "^4.0.0",
"gulp-svgmin": "2.1.0",
"gulp-webpagetest": "1.1.1",
"jsdom": "13.1.0",
"lodash-webpack-plugin": "0.11.5",
"mkdirp": "0.5.1",
"mocha": "~5.2.0",
"mockery": "2.1.0",
"node-sass-asset-functions": "0.1.0",
"nyc": "12.0.2",
"precommit-hook": "3.0.0",
"rimraf": "2.6.2",
"string-replace-loader": "^2.1.1",
"sw-precache": "5.2.1",
"terser-webpack-plugin": "^1.1.0",
"wd": "1.11.1",
"webpack": "^4.26.1",
"webpack-bundle-size-analyzer": "~3.0.0",
"xml2js": "^0.4.16"
},
"dependencies": {
"amqplib": "0.5.3",
"body-parser": "1.18.3",
"classnames": "2.2.6",
"compression": "1.7.3",
"connect-modrewrite": "0.10.2",
"cookie-parser": "1.4.3",
"cross-env": "5.2.0",
"csurf": "1.9.0",
"debug": "2.6.9",
"diff-match-patch": "1.0.0",
"express": "4.16.0",
"express-error-handler": "localnerve/express-error-handler",
"fluxible": "1.4.0",
"fluxible-addons-react": "0.2.16",
"fluxible-plugin-fetchr": "0.3.11",
"fluxible-router": "1.5.1",
"glob": "7.1.3",
"inherits": "2.0.3",
"lodash": "4.17.11",
"morgan": "1.9.1",
"nconf": "0.9.1",
"nodemailer": "4.7.0",
"prop-types": "~15.6.1",
"react": "~16.6.3",
"react-dom": "~16.6.3",
"react-element-size-reporter": "~0.6.1",
"react-modal": "3.7.1",
"react-spinner": "0.2.7",
"react-swipe": "github:localnerve/react-swipe#v4.3.1",
"react-transition-group": "1.2.0",
"remarkable": "1.7.1",
"request": "2.88.0",
"serialize-javascript": "1.5.0",
"serve-favicon": "2.5.0",
"sitemap-xml": "localnerve/sitemap-xml",
"sw-toolbox": "3.6.0",
"treo": "0.5.1",
"web-push": "3.3.3"
},
"engines": {
"node": "8.x"
}
}