-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 923 Bytes
/
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
{
"private": true,
"name": "blog.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",
"moment": "^2.20.1",
"normalize.css": "^7.0.0",
"nunjucks": "^3.0.1",
"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",
"prettier": "^1.10.2",
"svgo": "^1.0.3",
"svgstore": "^2.0.2",
"typogr": "~0.6.7",
"underscore": "~1.8.3",
"wintersmith": "^2.4.1"
},
"scripts": {
"start": "wintersmith --verbose preview",
"build": "wintersmith build"
},
"browserslist": [
"last 2 versions"
],
"devDependencies": {
"object-path": "^0.11.4"
}
}