-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (74 loc) · 1.65 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "jsdc2019",
"version": "1.0.0",
"description": "JSDC Taiwan 2019 Main Website",
"main": "index.js",
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js",
"build": "./node_modules/gulp/bin/gulp.js build",
"dev": "./node_modules/gulp/bin/gulp.js serve",
"deploy:ci": "./deploy_local.sh"
},
"author": {
"name": "JSDC Taiwan",
"email": "core@jsdc.tw",
"url": "http://jsdc.tw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsdc-core/jsdc2019.git"
},
"keywords": [
"jsdc",
"jsdc2019",
"js",
"nodejs",
"javascript"
],
"contributors": [
{
"name": "Maureen",
"url": "https://github.com/maureensayshi"
},
{
"name": "Nozomi",
"url": "https://github.com/TingWeiHsu"
},
{
"name": "ALi Li",
"url": "https://github.com/esbb48"
},
{
"name": "Ashu",
"url": "https://github.com/yf-ashu"
}
],
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.11.2",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^3.8.0",
"gulp-imagemin": "^3.2.0",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"gulp-webserver": "^0.9.1",
"jquery-lazyload": "^1.9.7",
"yargs": "^4.3.2"
},
"dependencies": {
"axios": "^0.19.0",
"debug": "^4.1.1",
"fstream": "^1.0.12",
"js-yaml": "^3.13.1",
"lodash": "^4.17.14",
"lodash.template": "^4.5.0",
"minimatch": "^3.0.4",
"open": "^6.4.0"
}
}