This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
58 lines (58 loc) · 1.55 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
{
"private": true,
"name": "2019.cssconf.eu",
"version": "2019.5.31",
"author": "CSSconf EU Team <[email protected]>",
"dependencies": {
"autoprefixer": "^8.0.0",
"css-mqpacker": "^6.0.1",
"cssnano": "^3.10.0",
"emoji-regex": "^8.0.0",
"find": "^0.2.9",
"html-minifier": "^3.5.21",
"mkdirp": "^0.5.1",
"moment": "^2.20.1",
"normalize.css": "^7.0.0",
"nunjucks": "^3.1.7",
"postcss": "^6.0.16",
"postcss-cssnext": "^3.1.0",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^7.0.0",
"postcss-import": "^11.0.0",
"postcss-media-minmax": "^3.0.0",
"postcss-nested": "^3.0.0",
"postcss-url": "^8.0.0",
"prettier": "^1.10.2",
"purify-css": "^1.2.6",
"sharp": "^0.21.0",
"svgo": "^1.0.3",
"svgstore": "^2.0.2",
"typogr": "^0.6.8",
"underscore": "~1.8.3",
"wintersmith": "^2.5.0"
},
"scripts": {
"start": "wintersmith --verbose preview",
"build": "wintersmith build && npm run-script purify-css",
"purify-css": "node scripts/purify-css.js",
"ci:import": "WWWTF_CREDENTIALS_PATH=. node scripts/spreadsheet-import -p",
"ci:build": "npm run-script build"
},
"browserslist": [
"last 2 versions"
],
"devDependencies": {
"chalk": "^2.4.1",
"commander": "^2.14.1",
"get-port": "^3.2.0",
"googleapis": "^27.0.0",
"image-size": "^0.6.2",
"image-type": "^3.0.0",
"js-yaml": "^3.11.0",
"node-fetch": "^2.1.1",
"object-path": "^0.11.4",
"open": "0.0.5",
"rimraf": "^2.6.2",
"slug": "^0.9.3"
}
}