-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.47 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
{
"name": "wordpress-dev-theme",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"devDependencies": {
"browser-sync": "^2.26.14",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-minify": "^3.1.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"node-sass": "^4.14.1"
},
"dependencies": {
"@popperjs/core": "^2.4.4",
"aos": "^2.3.4",
"bootstrap": "^5.3.0-alpha3",
"gulp-imagemin": "^6.2.0",
"jquery": "^3.5.1",
"lazyload": "^2.0.0-rc.2",
"nodemon": "^2.0.18",
"owl.carousel": "^2.3.4",
"sass": "^1.53.0",
"slick-carousel": "^1.8.1"
},
"scripts": {
"start": "nodemon --exec \"gulp watch\" --watch ./gulpfile.js",
"build": "gulp build --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amokdadaiims/WordPress-Dev-Theme.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/amokdadaiims/WordPress-Dev-Theme/issues"
},
"homepage": "https://github.com/amokdadaiims/WordPress-Dev-Theme#readme"
}