forked from localnerve/react-pwa-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
162 lines (162 loc) · 4.97 KB
/
Copy pathpackage.json
File metadata and controls
162 lines (162 loc) · 4.97 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
153
154
155
156
157
158
159
160
161
162
{
"name": "react-pwa-reference",
"version": "0.1.0",
"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",
"es6",
"es2015",
"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' -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: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": "node -e 'process.env.NODE_ENV=process.env.NODE_ENV || \"production\"; require(\"./output/application/server\");'",
"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: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,
"exclude": [
"**/tests/**"
],
"report-dir": "reports/coverage"
},
"devDependencies": {
"async-lock": "0.3.8",
"autoprefixer": "6.5.0",
"babel-cli": "6.14.0",
"babel-core": "6.14.0",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.5",
"babel-plugin-istanbul": "2.0.1",
"babel-plugin-lodash": "3.2.9",
"babel-preset-es2015": "6.14.0",
"babel-preset-react": "6.11.1",
"babel-register": "6.14.0",
"cannibalizr": "0.1.3",
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"colors": "1.1.2",
"coveralls": "2.11.14",
"cross-env": "3.0.0",
"del": "2.2.2",
"eslint": "3.6.0",
"eslint-plugin-react": "6.3.0",
"fg-loadcss": "1.2.0",
"fontfaceobserver": "2.0.4",
"foundation-apps": "localnerve/foundation-apps",
"gulp": "gulpjs/gulp#4.0",
"gulp-cssmin": "0.1.7",
"gulp-if": "2.0.1",
"gulp-imagemin": "3.0.3",
"gulp-nodemon": "2.1.0",
"gulp-postcss": "6.2.0",
"gulp-rev": "^7.0.0",
"gulp-sass": "2.3.2",
"gulp-svg2png": "1.0.2",
"gulp-svgmin": "1.2.3",
"gulp-webpagetest": "1.1.1",
"jsdom": "9.5.0",
"json-loader": "0.5.4",
"lodash-webpack-plugin": "0.10.1",
"mkdirp": "0.5.1",
"mocha": "3.1.0",
"mockery": "1.7.0",
"node-sass-asset-functions": "0.0.9",
"nyc": "8.3.0",
"precommit-hook": "3.0.0",
"react-addons-test-utils": "~15.3.0",
"rimraf": "2.5.4",
"sw-precache": "4.1.0",
"wd": "0.4.0",
"webpack": "1.13.2",
"webpack-bundle-size-analyzer": "2.0.2",
"xml2js": "^0.4.16"
},
"dependencies": {
"amqplib": "0.4.1",
"body-parser": "1.15.2",
"classnames": "2.2.5",
"compression": "1.6.2",
"connect-modrewrite": "0.9.0",
"cookie-parser": "1.4.3",
"csurf": "1.9.0",
"debug": "github:localnerve/debug#worker-support",
"diff-match-patch": "1.0.0",
"es6-promise": "4.0.2",
"express": "4.14.0",
"express-error-handler": "localnerve/express-error-handler",
"fluxible": "1.2.0",
"fluxible-addons-react": "0.2.8",
"fluxible-plugin-fetchr": "0.3.11",
"fluxible-router": "0.4.17",
"inherits": "2.0.3",
"lodash": "4.16.2",
"morgan": "1.7.0",
"nconf": "0.8.4",
"nodemailer": "2.6.4",
"object-assign": "4.1.0",
"react": "~15.3.0",
"react-addons-css-transition-group": "~15.3.0",
"react-dom": "~15.3.0",
"react-element-size-reporter": "0.2.8",
"react-modal": "1.4.0",
"react-spinner": "0.2.6",
"react-swipe": "github:localnerve/react-swipe#v4.1.0",
"remarkable": "1.7.0",
"serialize-javascript": "1.3.0",
"serve-favicon": "2.3.0",
"sitemap-xml": "localnerve/sitemap-xml",
"superagent": "2.3.0",
"sw-toolbox": "3.3.0",
"treo": "0.5.1",
"web-push": "0.0.11"
},
"devEngines": {
"node": ">= 4.x"
},
"engines": {
"node": "> = 4.x"
}
}