forked from philipwalton/solved-by-flexbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "solved-by-flexbox",
"description": "A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox.",
"homepage": "https://philipwalton.github.io/solved-by-flexbox",
"repository": {
"type": "git",
"url": "https://github.com/philipwalton/solved-by-flexbox.git"
},
"license": "MIT",
"scripts": {
"build": "gulp",
"start": "gulp serve",
"deploy": "rm -rf build && NODE_ENV=production gulp deploy"
},
"devDependencies": {
"autoprefixer": "^9.5.0",
"connect": "^3.6.6",
"cssnano": "^4.1.10",
"front-matter": "^3.0.1",
"fs-extra": "^7.0.1",
"globby": "^9.1.0",
"gulp": "^4.0.0",
"he": "^1.2.0",
"highlight.js": "^9.15.6",
"html-minifier": "^3.5.21",
"markdown-it": "^8.4.2",
"normalize.css": "^8.0.1",
"nunjucks": "3.2.0",
"postcss": "^7.0.14",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"serve-static": "^1.13.2",
"shelljs": "^0.8.3",
"suitcss-utils-display": "^1.0.2",
"suitcss-utils-text": "^1.0.0",
"yargs": "^13.2.2"
}
}