This repository has been archived by the owner on Nov 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 1.96 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
{
"private": true,
"name": "2019.jsconf.eu",
"version": "2019.6.1",
"author": "JSConf EU Team <[email protected]>",
"dependencies": {
"chalk": "^2.4.1",
"coa": "^2.0.1",
"commander": "^2.15.1",
"css-mqpacker": "^6.0.2",
"cssnano": "^3.10.0",
"csso": "^3.5.0",
"es-abstract": "^1.11.0",
"find": "^0.2.9",
"fs-extra": "^5.0.0",
"get-port": "^3.2.0",
"gm": "^1.23.1",
"googleapis": "^24.0.0",
"hoek": "^4.2.1",
"html-minifier": "^3.5.15",
"image-size": "^0.6.2",
"image-type": "^3.0.0",
"js-yaml": "^3.11.0",
"json-stringify-safe": "^5.0.1",
"marked": "^0.3.19",
"mime": "^1.6.0",
"mkdirp": "^0.5.1",
"moment": "^2.22.1",
"normalize.css": "^7.0.0",
"npm": "^6.4.1",
"nunjucks": "^3.1.2",
"nunjucks-markdown-filter": "^0.1.0",
"object-path": "^0.11.4",
"open": "0.0.5",
"postcss": "^6.0.22",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^11.1.0",
"postcss-url": "^7.3.2",
"prettier": "^1.12.1",
"purify-css": "^1.2.6",
"replace-in-file": "^3.4.0",
"rimraf": "^2.6.2",
"svgo": "^1.0.5",
"svgstore": "^2.0.3",
"tachyons": "^4.9.1",
"typogr": "^0.6.8",
"uglify-es": "^3.3.10",
"underscore": "^1.9.0",
"unquote": "^1.1.1",
"wintersmith": "^2.4.1",
"wordwrap": "^1.0.0",
"xxhashjs": "^0.2.2"
},
"scripts": {
"start": "wintersmith --verbose preview",
"build": "wintersmith build && npm run-script purify-css && npm run-script uglify-js",
"purify-css": "node scripts/purify-css.js",
"uglify-js": "node scripts/uglify-js.js",
"generate-locals": "node scripts/generate-locals.js",
"generate-redirects": "node scripts/generate-redirects.js",
"ci:import": "WWWTF_CREDENTIALS_PATH=. node scripts/spreadsheet-import -p",
"ci:build": "npm run-script ci:import && npm run-script build"
},
"browserslist": [
"last 2 versions"
],
"devDependencies": {
"node-fetch": "^2.1.2"
}
}