-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "admin",
"version": "1.0.0",
"description": "This is the Admin template with the bootstrap 4",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"admin",
"templates",
"boostrap4",
"admin",
"dashboard"
],
"author": "Nirav joshi",
"license": "ISC",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-minify-css": "^1.2.4",
"gulp-npm-dist": "^1.0.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"browser-sync": "^2.26.7",
"gulp-uglify": "^3.0.0"
},
"dependencies": {
"bootstrap": "^4.1.0",
"chart.js": "^2.7.2",
"chartist": "^0.11.0",
"chartist-plugin-tooltips": "^0.0.17",
"datatables.net-bs4": "^1.10.16",
"fullcalendar": "^3.10.0",
"jquery": "^3.3.1",
"moment": "^2.22.1",
"morris.js": "^0.5.0",
"perfect-scrollbar": "^0.7.1",
"popper.js": "^1.14.3",
"raphael": "^2.2.7"
}
}