forked from them-es/starter-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 806 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 806 Bytes
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
{
"name": "themes-starter",
"version": "2.1.0",
"license": "GPL-2.0",
"description": "A WordPress Starter Theme built with Bootstrap 4.",
"homepage": "http://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": {},
"devDependencies": {
"bootstrap": ">=4.1.0",
"browser-sync": "^2.2.0",
"jquery": ">=3.3.0",
"popper.js": "^1.14.0",
"gulp": "^4.0.2",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-postcss": "^8.0.0",
"autoprefixer": "^6.1.0",
"cssnano": "^4.1.10",
"fancy-log": "^1.3.3",
"webpack": "^4.1.0",
"webpack-stream": "^5.2.1"
}
}