-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 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
{
"name": "devit",
"version": "0.0.0",
"description": "DEVit conference official website",
"scripts": {
"deploy": "gulp build && gh-pages -d _site",
"deploy:staging": "gulp build --config _config-sta.yml && gh-pages -d _site -b sta-gh-pages",
"develop": "gulp",
"build": "gulp build",
"lint": "htmlproofer ./_site --file-ignore \"/legacy/,/working/\" --assume-extension true --check-opengraph true --check-html true --http_status_ignore 999"
},
"devDependencies": {
"bootstrap-sass": "~3.3.7",
"browser-sync": "^2.23.7",
"codebird": "~2.6.0",
"css-loader": "^0.28.11",
"fancy-select": "~2.0.2",
"file-loader": "~1.1.6",
"flowtype": "~2.0.0",
"font-awesome": "~4.7.0",
"gmap3": "~7.1.0",
"gulp": "~3.9.1",
"gulp-autoprefixer": "~5.0.0",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "^2.6.4",
"instafeed.js": "~1.4.1",
"jquery": "~3.1.1",
"jquery-placeholder": "~2.3.1",
"jquery-ui": "~1.12.1",
"lightslider": "^1.1.6",
"minimist": "^1.2.0",
"modernizr": "~3.3.1",
"normalize.css": "~5.0.0",
"phonon": "^1.4.8",
"picturefill": "^3.0.2",
"sass-loader": "~6.0.6",
"style-loader": "~0.20.3",
"url-loader": "~1.0.1",
"webpack-stream": "^4.0.3"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"gh-pages": "^1.1.0",
"pdfobject": "^2.1.1",
"vanilla-lazyload": "^10.5.2"
}
}