-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
{
"title": "SB Admin",
"name": "startbootstrap-sb-admin",
"version": "6.0.1",
"scripts": {
"sass": "sass --watch css/scss/styles.scss:css/styles.css --style expanded"
},
"description": "A free admin dashboard template based on Bootstrap 4, created by Start Bootstrap.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template",
"admin",
"app",
"dashboard"
],
"homepage": "https://startbootstrap.com/templates/sb-admin",
"bugs": {
"url": "https://github.com/StartBootstrap/startbootstrap-sb-admin/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/StartBootstrap/startbootstrap-sb-admin.git"
},
"dependencies": {
"bootstrap": "^4.5.0"
},
"devDependencies": {
"autoprefixer": "9.8.0",
"browser-sync": "^2.26.12",
"chokidar": "3.4.0",
"concurrently": "5.2.0",
"postcss": "7.0.32",
"prettier": "2.0.5",
"pug": "3.0.0",
"sass": "1.26.8",
"shelljs": "0.8.4",
"upath": "1.2.0"
}
}