-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (78 loc) · 2.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "my_appointments_front",
"version": "1.0.0",
"description": "My appointments",
"main": "index.js",
"scripts": {
"test": "fomantic"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lindsaysings/my_appointments_front.git"
},
"keywords": [
"fomantic"
],
"author": "Lindsay Mecher",
"license": "ISC",
"bugs": {
"url": "https://github.com/lindsaysings/my_appointments_front/issues"
},
"homepage": "https://github.com/lindsaysings/my_appointments_front#readme",
"dependencies": {
"fomantic-ui": "^2.8.4"
}
"title": "SB Admin 2",
"name": "startbootstrap-sb-admin-2",
"version": "4.0.7",
"scripts": {
"start": "node_modules/.bin/gulp watch",
},
"description": "An open source Bootstrap 4 admin theme.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template",
"admin",
"app"
],
"homepage": "https://startbootstrap.com/template-overviews/sb-admin-2",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/issues",
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-sb-admin-2.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.10.2",
"bootstrap": "4.3.1",
"chart.js": "2.8.0",
"datatables.net-bs4": "1.10.19",
"jquery": "3.4.1",
"jquery.easing": "^1.4.1"
},
"devDependencies": {
"browser-sync": "2.26.7",
"del": "5.1.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "7.0.0",
"gulp-clean-css": "4.2.0",
"gulp-header": "2.0.9",
"gulp-plumber": "^1.2.1",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-uglify": "3.0.2",
"merge-stream": "2.0.0"
}
}
}