forked from vaneenige/preact-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "preact-gallery",
"version": "1.2.0",
"description": "A modern gallery experience disguised as a tiny (8kb) Preact based PWA.",
"main": "index.js",
"scripts": {
"start": "preact watch",
"build": "rollup -c && npm run size",
"size": "gzip-size ./api/public/pg.js"
},
"license": "MIT",
"author": {
"name": "Colin van Eenige",
"email": "[email protected]",
"url": "https://use-the-platform.com"
},
"dependencies": {
"@polka/send": "^0.3.0",
"better-validator": "^2.1.7",
"brotli-size": "0.0.2",
"compression": "^1.7.1",
"gzip-size": "^4.1.0",
"html-minifier": "^3.5.8",
"mongodb": "^3.0.3",
"node-fetch": "^2.0.0",
"polka": "^0.3.0",
"preact": "^8.2.7",
"serve-static": "^1.13.1",
"shrink-ray": "^0.1.3",
"unvault-middleware": "^0.2.0"
},
"devDependencies": {
"autoprefixer": "^8.0.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"gzip-size-cli": "^2.1.0",
"preact-cli": "^2.1.1",
"rollup": "^0.56.2",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-node-resolve": "^3.0.3",
"rollup-plugin-postcss": "^1.2.9",
"rollup-plugin-uglify": "^3.0.0",
"webpack-bundle-analyzer": "^2.10.0"
}
}