-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
51
52
53
54
55
{
"name": "go-surf",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"gulp": "cross-env NODE_ENV=dev gulp",
"build": "cross-env NODE_ENV=prod gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergeev-vn/surf.git"
},
"author": "Vladimir Sergeev",
"license": "ISC",
"bugs": {
"url": "https://github.com/sergeev-vn/surf/issues"
},
"homepage": "https://github.com/sergeev-vn/surf#readme",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"animate.css": "^3.7.2",
"browser-sync": "^2.26.7",
"cross-env": "^6.0.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-buble": "^0.9.0",
"gulp-cache": "^1.1.3",
"gulp-cheerio": "^1.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-if": "^3.0.0",
"gulp-pug": "^4.0.1",
"gulp-replace": "^1.0.0",
"gulp-rm": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-smile-px2rem": "^0.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svg-sprite": "^1.5.0",
"gulp-svgmin": "^2.2.0",
"gulp-svgo": "^2.1.1",
"gulp-uglify": "^3.0.2",
"node-sass": "^4.13.0"
},
"dependencies": {
"jquery": "^3.4.1",
"normalize.css": "^8.0.1",
"slick-carousel": "^1.8.1",
"wowjs": "^1.1.3"
}
}