forked from wct2018/wct2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.44 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
47
48
49
50
51
52
{
"name": "wct2018",
"version": "1.0.0",
"description": "A Task runner for WordCamp Tokyo 2017 theme.",
"uri": "https://2018.tokyo.wordcamp.org",
"main": "gulpfile.js",
"scripts": {
"start": "gulp default",
"gulp": "gulp",
"server": "gulp server --mode server",
"production": "gulp deploy",
"watch": "gulp watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "WordCamp Tokyo 2018 team",
"repository": {
"type": "git",
"url": "https://github.com/wctokyo2017/wct2017.git"
},
"license": "GPL-3.0",
"devDependencies": {
"bourbon": "^5.0.1",
"bourbon-neat": "^1.9.0",
"browser-sync": "latest",
"font-awesome": "^4.7.0",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-changed": "^1.3.0",
"gulp-concat": "latest",
"gulp-css-globbing": "^0.1.8",
"gulp-csso": "latest",
"gulp-data": "latest",
"gulp-flatten": "latest",
"gulp-imagemin": "latest",
"gulp-load-plugins": "latest",
"gulp-notify": "latest",
"gulp-plumber": "latest",
"gulp-prettify": "latest",
"gulp-pug": "latest",
"gulp-rename": "latest",
"gulp-sass": "^2.3.2",
"gulp-sass-variables": "^1.1.1",
"gulp-shell": "^0.5.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.1.2",
"html5-reset": "^2.1.3",
"node-sass-package-importer": "^5.1.3",
"normalize.css": "^8.0.0",
"run-sequence": "^1.1.5",
"yargs": "^4.8.1"
}
}