-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.21 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
{
"name": "project",
"version": "1.0.0",
"description": "",
"main": "index.html",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"browserslist": [
"last 5 versions"
],
"dependencies": {
"bootstrap": "^4.5.2",
"core-js": "^3.6.5",
"google-maps": "^4.3.3",
"klaro": "^0.7.18",
"magnific-popup": "^1.1.0",
"promise-polyfill": "^8.1.3",
"slick-carousel": "^1.8.1",
"vue": "^2.6.12",
"what-input": "^5.2.10",
"whatwg-fetch": "^3.4.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"css-loader": "^4.3.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^7.1.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"hamburgers": "^1.1.3",
"imports-loader": "^1.1.0",
"rimraf": "^3.0.2",
"sass-loader": "^10.0.2",
"vinyl-named": "^1.1.0",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.1.0",
"webpack-stream": "^6.1.0"
}
}