-
Notifications
You must be signed in to change notification settings - Fork 1k
/
package.json
43 lines (43 loc) · 1.27 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
{
"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 solved-by-flexbox && NODE_ENV=production gulp deploy"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.0.0",
"autoprefixer": "^10.0.4",
"connect": "^3.7.0",
"cssnano": "^4.1.10",
"dot-prop": ">=4.2.1",
"front-matter": "^4.0.2",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"gulp": "^4.0.2",
"he": "^1.2.0",
"highlight.js": "^10.4.0",
"html-minifier": "^4.0.0",
"markdown-it": "^12.0.2",
"normalize.css": "^8.0.1",
"nunjucks": "3.2.2",
"postcss": "^8.1.10",
"postcss-import": "^13.0.0",
"postcss-preset-env": "^6.7.0",
"rollup": "^2.34.0",
"rollup-plugin-terser": "^7.0.2",
"serve-static": "^1.14.1",
"shelljs": "^0.8.4",
"suitcss-utils-display": "^1.0.2",
"suitcss-utils-text": "^1.0.0",
"web-vitals": "^1.0.1",
"yargs": "^16.1.1"
}
}