-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 KB
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
{
"name": "travel-site",
"version": "1.0.0",
"dependencies": {
"jquery": "^3.2.1",
"jquery-smooth-scroll": "^2.2.0",
"lazysizes": "^4.0.1",
"normalize.css": "7.0.0",
"picturefill": "^3.0.2",
"waypoints": "^4.0.1"
},
"devDependencies": {
"autoprefixer": "7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "2.18.13",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^4.0.0",
"gulp-modernizr": "^1.0.0",
"gulp-postcss": "7.0.0",
"gulp-rename": "1.2.2",
"gulp-rev": "^8.1.0",
"gulp-svg-sprite": "1.3.7",
"gulp-svg2png": "^2.0.2",
"gulp-uglify": "^3.0.0",
"gulp-usemin": "^0.3.28",
"gulp-watch": "4.3.11",
"postcss-hexrgba": "1.0.0",
"postcss-import": "11.0.0",
"postcss-mixins": "6.2.0",
"postcss-nested": "2.1.2",
"postcss-simple-vars": "4.1.0",
"webpack": "^4.7.0",
"webpack-cli": "^2.1.3"
},
"scripts": {
"build": "webpack"
}
}