-
Notifications
You must be signed in to change notification settings - Fork 291
/
package.json
39 lines (39 loc) · 1005 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
33
34
35
36
37
38
39
{
"name": "uikit-ecommerce-template",
"version": "1.0.0",
"description": "E-commerce template built with UIkIt",
"main": "index.js",
"scripts": {
"start": "gulp",
"server": "gulp server",
"watch": "gulp watch",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/chekromul/uikit-ecommerce-template.git"
},
"author": "Roman Chekurov",
"license": "MIT",
"homepage": "https://github.com/chekromul/uikit-ecommerce-template",
"devDependencies": {
"autoprefixer": "^9.1.0",
"browser-sync": "^2.24.6",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^4.1.0",
"gulp-include": "^2.3.1",
"gulp-jsmin": "^0.1.5",
"gulp-less": "^4.0.1",
"gulp-postcss": "^7.0.1",
"gulp-pug": "^4.0.1",
"imagemin-pngquant": "^6.0.0"
},
"dependencies": {
"uikit": "^3.0.0-rc.10"
}
}