Änderungen admin
This commit is contained in:
56
test/node_modules/startbootstrap-sb-admin/package.json
generated
vendored
Normal file
56
test/node_modules/startbootstrap-sb-admin/package.json
generated
vendored
Normal file
@ -0,0 +1,56 @@
|
||||
{
|
||||
"title": "SB Admin",
|
||||
"name": "startbootstrap-sb-admin",
|
||||
"version": "7.0.6",
|
||||
"scripts": {
|
||||
"build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets",
|
||||
"build:assets": "node scripts/build-assets.js",
|
||||
"build:pug": "node scripts/build-pug.js",
|
||||
"build:scripts": "node scripts/build-scripts.js",
|
||||
"build:scss": "node scripts/build-scss.js",
|
||||
"clean": "node scripts/clean.js",
|
||||
"start": "npm run build && node scripts/start.js",
|
||||
"start:debug": "npm run build && node scripts/start-debug.js"
|
||||
},
|
||||
"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/template/sb-admin",
|
||||
"bugs": {
|
||||
"url": "https://github.com/StartBootstrap/startbootstrap-sb-admin/issues",
|
||||
"email": "feedback@startbootstrap.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Start Bootstrap",
|
||||
"contributors": [
|
||||
"David Miller (https://davidmiller.io/)"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/StartBootstrap/startbootstrap-sb-admin.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "5.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "10.4.13",
|
||||
"browser-sync": "2.27.12",
|
||||
"chokidar": "3.5.3",
|
||||
"concurrently": "6.3.0",
|
||||
"postcss": "8.4.21",
|
||||
"prettier": "2.8.4",
|
||||
"pug": "3.0.2",
|
||||
"sass": "1.58.3",
|
||||
"shelljs": "0.8.5",
|
||||
"upath": "2.0.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user