-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 856 Bytes
/
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
{
"name": "internetjestdlaludzi",
"version": "1.0.0",
"author": "Zachary Milonas",
"main": "index.html",
"license": "GPL-3.0-or-later",
"scripts": {
"gulp": "./node_modules/.bin/gulp",
"deploy": "./node_modules/.bin/gulp deploy",
"watch": "./node_modules/.bin/gulp watch",
"start": "./node_modules/.bin/gulp && ./node_modules/.bin/http-server"
},
"dependencies": {
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"slick-carousel": "^1.8.1",
"swiper": "^4.2.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.1",
"http-server": "^0.11.1"
}
}