forked from them-es/starter-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.05 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
{
"name": "them-es-starter-theme-bootstrap-5",
"version": "3.0.0",
"license": "GPL-2.0",
"description": "A WordPress Starter Theme built with Bootstrap 5.",
"homepage": "https://them.es",
"author": "them.es",
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/them-es/themes-starter.git"
},
"scripts": {
"watch": "gulp watch"
},
"browserslist": [
"last 2 versions"
],
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.0",
"jquery": "^3.6.0"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"browser-sync": "^2.27.10",
"cssnano": "^5.1.13",
"gulp": "^4.0.2",
"gulp-image": "^6.3.1",
"gulp-imagemin": "^8.0.0",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^10.0.1",
"postcss": "^8.4.16",
"sass": "^1.62.0",
"webpack": "^5.74.0",
"webpack-stream": "^7.0.0"
}
}