forked from philipwalton/solved-by-flexbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"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": "http://philipwalton.github.io/solved-by-flexbox",
"repository": {
"type": "git",
"url": "https://github.com/philipwalton/solved-by-flexbox.git"
},
"license": "MIT",
"scripts": {
"build": "gulp",
"start": "NODE_ENV=dev gulp serve",
"release": "gulp clean && gulp release"
},
"devDependencies": {
"babelify": "^5.0.3",
"browserify": "^8.1.1",
"connect": "^3.3.4",
"del": "^1.1.1",
"front-matter": "^0.2.1",
"gulp": "^3.8.11",
"gulp-cssnext": "^0.6.0",
"gulp-htmlmin": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.9.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.2",
"he": "^0.5.0",
"highlight.js": "^8.4.0",
"normalize.css": "^3.0.2",
"nunjucks": "1.1.0",
"object-assign": "^2.0.0",
"remarkable": "^1.6.0",
"serve-static": "^1.8.1",
"shelljs": "^0.3.0",
"suitcss-utils-display": "^0.4.2",
"suitcss-utils-text": "^0.4.2",
"through2": "^0.6.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"yargs": "^1.3.3"
}
}