-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 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
{
"name": "@nelh/next-sidebar",
"version": "1.1.1",
"description": "Lightweight Sidebar Admin menu for Bootstrap Application, compatible with BS4 & BS5",
"main": "gulpfile.js",
"scripts": {
"dev": "cross-env NODE_ENV=dev gulp",
"deploy": "cross-env NODE_ENV=prod gulp deploy"
},
"devDependencies": {
"autoprefixer": "^9.5.1",
"browser-sync": "^2.26.5",
"cssnano": "^4.1.10",
"cross-env": "^7.0.3",
"gulp": "^4.0.2",
"gulp-gh-pages": "^0.6.0-6",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2"
},
"dependencies": {
"bootstrap": "^5.0.1",
"bundler": "^0.8.0",
"jekyll": "^3.0.0-beta1",
"cross-spawn": "^7.0.3",
"jquery": "^3.6.0",
"perfect-scrollbar": "^1.5.1"
},
"keywords": [
"sidebar",
"sidebar menu",
"bootstrap sidebar",
"navigation",
"navigation menu"
],
"engines": {
"npm": ">=6.10.0",
"node": ">=12.7.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"author": "Nelh Amstrong <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Nelh/Next-sidebar.git"
},
"bugs": {
"url": "https://github.com/Nelh/Next-sidebar/issues"
},
"homepage": "https://github.com/Nelh/Next-sidebar#readme"
}