-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "toucans-team-06",
"version": "1.0.0",
"dependencies": {
"axios": "^0.18.0",
"customizr": "^1.1.0",
"gulp-update": "0.0.2",
"jquery": "^3.3.1",
"jquery-smooth-scroll": "^2.2.0",
"lazysizes": "^4.1.5",
"lodash": "^4.17.11",
"normalize.css": "^8.0.1",
"npm-check": "^5.9.0",
"npm-update": "^2.1.0",
"picturefill": "^3.0.3",
"underscore.string": "^3.3.5",
"vue": "^2.5.21",
"vue-router": "^3.0.2",
"vue2-google-maps": "^0.10.5",
"waypoints": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"autoprefixer": "^9.4.3",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-imagemin": "^5.0.3",
"gulp-modernizr": "^3.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-rev": "^9.0.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-svg2png": "^2.0.2",
"gulp-uglify": "^3.0.1",
"gulp-usemin": "^0.3.29",
"gulp-watch": "^5.0.1",
"postcss-hexrgba": "^1.0.1",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.1.1",
"postcss-simple-vars": "^5.0.1",
"webpack": "^4.29.0"
}
}