-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 834 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
{
"name": "themes-starter",
"version": "3.0.0",
"license": "GPL-2.0",
"description": "A WordPress Starter Theme built with Bootstrap 5.",
"homepage": "https://them.es",
"author": "them.es",
"repository": {
"type": "git",
"url": "git://github.com/them-es/themes-starter.git"
},
"scripts": {
"watch": "gulp watch"
},
"browserslist": [
"last 2 versions"
],
"dependencies": {
"bootstrap": "^5.1.3",
"@popperjs/core": "^2.9.2",
"jquery": "^3.6.0"
},
"devDependencies": {
"browser-sync": "^2.27.5",
"gulp": "^4.0.2",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-postcss": "^9.0.1",
"postcss": "^8.3.8",
"sass": "^1.42.1",
"autoprefixer": "^10.3.6",
"cssnano": "^5.0.8",
"webpack": "^5.54.0",
"webpack-stream": "^7.0.0"
}
}