forked from ampproject/ampstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "kickstart",
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"autoprefixer": "^6.5.3",
"child_process": "^1.0.2",
"cssbeautify": "^0.3.1",
"cssnano": "^3.8.1",
"del": "^2.2.2",
"express": "^4.14.0",
"fs-extra": "^2.0.0",
"gulp": "^3.9.1",
"gulp-amphtml-validator": "1.0.0",
"gulp-help": "^1.6.1",
"gulp-postcss": "^6.2.0",
"gulp-posthtml": "^2.0.0",
"gulp-replace": "^0.5.4",
"gulp-util": "3.0.8",
"gulp-webserver": "^0.9.1",
"highlights": "^2.1.1",
"jsdom": "^9.11.0",
"mustache": "2.3.0",
"path": "^0.12.7",
"postcss": "5.0.14",
"postcss-calc": "^5.3.1",
"postcss-color-function": "^2.0.1",
"postcss-custom-media": "^5.0.1",
"postcss-custom-properties": "^5.0.1",
"postcss-discard-comments": "^2.0.4",
"postcss-import": "8.0.2",
"posthtml-extend-attrs": "^1.0.0",
"posthtml-include": "^1.1.0",
"posthtml-inline-assets": "^2.0.0",
"run-sequence": "^1.1.5",
"through2": "2.0.3"
},
"dependencies": {
"basscss": "^8.0.3",
"basscss-addons": "^1.0.0",
"basscss-basic": "^1.0.0",
"normalize.css": "^5.0.0"
}
}