forked from ezekielchentnik/preact-pwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "preact-pwa",
"version": "0.0.2",
"description": "Super fast progressive web app",
"scripts": {
"dev": "nodemon -e js,scss -w src -x \"node build && node ./build/server.js\"",
"start": "node ./build/server.js",
"build": "node build",
"test": "standard"
},
"dependencies": {
"express": "4.15.2",
"node-fetch": "1.6.3",
"preact": "8.1.0",
"preact-redux": "2.0.1",
"preact-render-to-string": "3.6.2",
"redux": "3.6.0",
"redux-thunk": "2.2.0",
"shrink-ray": "0.1.3",
"source-map-support": "0.4.15"
},
"devDependencies": {
"cssnano": "3.10.0",
"fs-extra-promise": "1.0.1",
"node-rev": "2.0.0",
"node-sass": "4.5.2",
"nodemon": "1.11.0",
"purify-css": "1.1.9",
"rollup": "0.41.6",
"rollup-plugin-buble": "0.15.0",
"rollup-plugin-commonjs": "8.0.2",
"rollup-plugin-json": "2.1.1",
"rollup-plugin-node-resolve": "3.0.0",
"rollup-plugin-optimize-js": "0.0.4",
"rollup-plugin-replace": "1.1.1",
"rollup-plugin-uglify": "1.0.2",
"standard": "10.0.2",
"sw-precache": "5.1.1"
}
}