-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
68 lines (68 loc) · 1.58 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
{
"name": "dash-ui",
"version": "1.0.0",
"description": "Dash-UI is a free & open source Bootstrap 5 Admin Template",
"keywords": [
"bootstrap",
"bootstrap 5",
"admin",
"admin template",
"dashboard",
"dashboard template",
"template",
"responsive",
"css",
"sass",
"html",
"theme",
"front-end",
"ui kit",
"web"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codescandy/Dash-UI.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codescandy/Dash-UI/issues"
},
"homepage": "https://github.com/codescandy/Dash-UI#readme",
"devDependencies": {
"autoprefixer": "^10.4.18",
"browser-sync": "^3.0.2",
"cssnano": "^6.1.0",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cached": "^1.1.1",
"gulp-file-include": "^2.3.0",
"gulp-if": "^3.0.0",
"gulp-npm-dist": "^1.0.4",
"gulp-postcss": "^10.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-terser": "^2.1.0",
"gulp-useref": "^5.0.0",
"node-sass": "^9.0.0",
"postcss": "^8.4.35",
"sass": "^1.71.1"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"apexcharts": "^3.47.0",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"dropzone": "^5.9.3",
"feather-icons": "^4.29.1",
"jquery": "^3.7.1",
"jquery-slimscroll": "^1.3.8",
"npm-check-updates": "^16.14.15",
"prismjs": "^1.29.0"
}
}