-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.62 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
{
"name": "2019.jsunconf.eu",
"version": "0.0.1",
"description": "The 6th edition of the JSUnconf website",
"devDependencies": {
"autoprefixer": "^9.5.0",
"chalk": "^2.4.2",
"jstransformer-pug": "^0.3.0",
"metalsmith": "^2.3.0",
"metalsmith-assets-improved": "^1.0.1",
"metalsmith-collections": "^0.9.0",
"metalsmith-feed": "^1.0.0",
"metalsmith-html-minifier": "^3.0.0",
"metalsmith-in-place": "^4.1.1",
"metalsmith-layouts": "^2.1.0",
"metalsmith-mapsite": "^1.0.6",
"metalsmith-markdown": "^1.2.0",
"metalsmith-metadata": "0.0.4",
"metalsmith-permalinks": "^2.2.0",
"metalsmith-publish": "^0.1.5",
"metalsmith-serve": "0.0.7",
"metalsmith-watch": "^1.0.3",
"metalsmith-word-count": "0.0.4",
"moment": "^2.22.1",
"normalize.css": "^8.0.1",
"parcel-bundler": "^1.12.3",
"postcss-modules": "^1.4.1",
"postcss-url": "^8.0.0",
"stylus": "^0.54.5",
"subfont": "^3.6.2",
"vanilla-lazyload": "^11.0.6"
},
"scripts": {
"start": "npm run build -- --serve",
"build": "node build.js",
"build:prod": "NODE_ENV=production npm run build",
"postbuild:prod": "npm run subfont && npm run move-404",
"subfont": "subfont dist -i --inline-css --canonicalroot $CDN_HOST",
"move-404": "cp ./dist/404/index.html ./dist/404.html && rm -rf ./dist/404",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsunconf/2019.jsunconf.eu.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jsunconf/2019.jsunconf.eu/issues"
},
"homepage": "https://2019.jsunconf.eu"
}