-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.4 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.4 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "travel-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"aos": "^3.0.0-beta.5",
"jquery": "^3.3.1",
"lazysizes": "^4.1.3",
"normalize.css": "^8.0.0",
"smoothscroll-polyfill": "^0.4.3"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"autoprefixer": "^9.1.5",
"babel-loader": "^8.0.4",
"browser-sync": "^2.24.7",
"del": "^3.0.0",
"flow-bin": "^0.81.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.3",
"gulp-debug": "^4.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^4.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-rev": "^8.1.1",
"gulp-svg-sprite": "^1.4.0",
"gulp-uglify": "^3.0.1",
"gulp-usemin": "^0.3.29",
"gulp-watch": "^5.0.1",
"postcss-hexrgba": "^1.0.1",
"postcss-import": "^12.0.0",
"postcss-mixins": "^6.2.0",
"postcss-nested": "^4.1.0",
"postcss-simple-vars": "^5.0.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/Xenapi/travel-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/Xenapi/travel-template/issues"
},
"homepage": "https://gitlab.com/Xenapi/travel-template#README"
}