This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
168 lines (168 loc) · 5.51 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
167
168
{
"name": "react-pwa-reference",
"version": "0.15.8",
"description": "A universal reactiflux progressive web application reference",
"author": "Alex Grant <alex@localnerve.com> (@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:analyzer": "webpack-bundle-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",
"prestart": "cross-env NODE_ENV=production node ./prestart.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 -- --inspect-brk",
"test:inspect": "npm run test:debug -- --inspect",
"test:func": "node src/tests/functional/run-parallel '--reporter spec src/tests/functional/main.js'",
"test:contact": "cross-env BABEL_DISABLE_CACHE=1 node src/tests/workers/contact/contact.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.10.5",
"@babel/core": "^7.11.1",
"@babel/node": "^7.10.5",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.10.5",
"async-lock": "1.2.8",
"autoprefixer": "^10.4.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-lodash": "3.3.4",
"cannibalizr": "^0.3.1",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"colors": "1.4.0",
"coveralls": "^3.1.0",
"del": "^6.0.0",
"eslint": "^7.22.0",
"eslint-plugin-react": "^7.22.0",
"fg-loadcss": "3.1.0",
"fontfaceobserver": "2.1.0",
"foundation-apps": "https://git@github.com/localnerve/foundation-apps",
"gulp": "^4.0.2",
"gulp-clean-css": "~4.3.0",
"gulp-if": "3.0.0",
"gulp-imagemin": "~7.1.0",
"gulp-nodemon": "2.5.0",
"gulp-postcss": "^9.0.0",
"gulp-rev": "^9.0.0",
"gulp-sass": "^5.1.0",
"gulp-svgmin": "^4.1.0",
"gulp-webpagetest": "https://git@github.com/localnerve/gulp-webpagetest#1.1.2",
"jsdom": "^16.5.1",
"lodash-webpack-plugin": "0.11.6",
"mkdirp": "^1.0.4",
"mocha": "^10.1.0",
"mockery": "2.1.0",
"@localnerve/sass-asset-functions": "^0.1.0",
"nyc": "^15.1.0",
"postcss": "^8.4.31",
"precommit-hook": "3.0.0",
"rimraf": "^3.0.2",
"sass": "^1.49.9",
"string-replace-loader": "^3.0.1",
"sw-precache": "5.2.1",
"terser-webpack-plugin": "^5.1.1",
"wd": "1.14.0",
"webpack": "^5.76.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-bundle-size-analyzer": "~3.1.0",
"xml2js": "^0.5.0"
},
"dependencies": {
"amqplib": "0.8.0",
"body-parser": "1.20.0",
"classnames": "2.3.1",
"compression": "1.7.4",
"connect-modrewrite": "0.10.2",
"cookie-parser": "1.4.6",
"cross-env": "7.0.3",
"csurf": "1.11.0",
"debug": "2.6.9",
"diff-match-patch": "1.0.5",
"express": "4.17.3",
"express-error-handler": "https://git@github.com/localnerve/express-error-handler",
"fluxible": "1.4.2",
"fluxible-addons-react": "0.2.17",
"fluxible-plugin-fetchr": "0.3.12",
"fluxible-router": "1.7.0",
"glob": "7.1.7",
"inherits": "2.0.4",
"lodash": "4.17.21",
"morgan": "1.10.0",
"nconf": "0.12.0",
"nodemailer": "^6.7.2",
"parse-headers": "^2.0.4",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-element-size-reporter": "^0.8.5",
"react-modal": "3.11.2",
"react-spinner": "0.2.7",
"react-swipe": "https://git@github.com/localnerve/react-swipe#v4.3.3",
"react-transition-group": "1.2.1",
"remark": "^13.0.0",
"remark-html": "^13.0.2",
"request": "2.88.2",
"serialize-javascript": "3.1.0",
"serve-favicon": "2.5.0",
"sitemap-xml": "https://git@github.com/localnerve/sitemap-xml",
"sw-toolbox": "3.6.0",
"treo": "0.5.1",
"web-push": "3.3.5"
},
"engines": {
"node": ">=14"
}
}