forked from magic-akari/solved-by-flexbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1 KB
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
{
"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"
},
"devDependencies": {
"autoprefixer": "^9.6.1",
"connect": "^3.7.0",
"cssnano": "^4.1.10",
"front-matter": "^3.0.2",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"gulp": "^4.0.2",
"he": "^1.2.0",
"highlight.js": "^9.15.9",
"html-minifier": "^4.0.0",
"markdown-it": "^9.0.1",
"normalize.css": "^8.0.1",
"nunjucks": "^3.2.0",
"postcss": "^7.0.17",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"serve-static": "^1.14.1",
"suitcss-utils-display": "^1.0.2",
"suitcss-utils-text": "^1.0.0",
"yargs": "^13.3.0"
}
}