-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.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": "a11yrocks",
"version": "1.0.0",
"description": "A11Y Rocks",
"main": "deploy.js",
"scripts": {
"start": "npm-run-all --parallel gulp jekyll browsersync",
"gulp": "gulp",
"jekyll": "jekyll server --drafts",
"build": "jekyll build",
"browsersync": "browser-sync start --proxy localhost:4000 --files='_site'",
"deploy": "npm run build && node deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a11yrocks/site.git"
},
"author": "A11YRocks",
"license": "MIT",
"bugs": {
"url": "https://github.com/a11yrocks/site/issues"
},
"homepage": "https://github.com/a11yrocks/site#readme",
"dependencies": {
"lost": "^8.0.0",
"sanitize.css": "^5.0.0"
},
"devDependencies": {
"browser-sync": "^2.18.12",
"chalk": "^1.1.3",
"css-mqpacker": "^6.0.1",
"cssnano": "^3.10.0",
"gh-pages": "^1.0.0",
"gulp": "^3.9.1",
"gulp-postcss": "^7.0.0",
"npm-run-all": "^4.0.2",
"postcss-cssnext": "^2.11.0",
"postcss-focus": "^2.0.0",
"postcss-font-magician": "^2.0.0",
"postcss-import": "^10.0.0",
"postcss-nested": "^2.0.2",
"postcss-scss": "^1.0.0"
}
}