You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

116 lines
3.5 KiB

{
"name": "adminator-admin-dashboard",
"version": "2.9.0",
"private": false,
"description": "Modern jQuery-free Bootstrap 5 Admin Dashboard Template with Dark Mode",
"main": "dist/index.html",
"keywords": [
"admin",
"dashboard",
"template",
"bootstrap",
"bootstrap5",
"jquery-free",
"vanilla-js",
"dark-mode",
"responsive",
"mobile-first",
"scss",
"webpack",
"modern",
"ui-kit",
"admin-panel",
"charts",
"datatable"
],
"author": "Aigars Silkalns <hello@colorlib.com> (https://colorlib.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/puikinsh/Adminator-admin-dashboard.git"
},
"bugs": {
"url": "https://github.com/puikinsh/Adminator-admin-dashboard/issues"
},
"homepage": "https://puikinsh.github.io/Adminator-admin-dashboard/",
"files": [
"dist/**/*",
"src/**/*",
"webpack.config.js",
"CLAUDE.md",
"CHANGELOG.md",
"README.md"
],
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"start": "webpack server",
"dev": "webpack-dashboard -t 'Project' -- webpack server",
"clean": "shx rm -rf ./dist",
"build": "npm run clean && cross-env webpack",
"release:minified": "npm run clean && NODE_ENV=production MINIFY=true cross-env webpack",
"release:unminified": "npm run clean && NODE_ENV=production MINIFY=false cross-env webpack",
"preview": "cross-env webpack server",
"lint:js": "eslint ./src ./webpack ./*.js -f table --ext .js --ext .jsx",
"lint:scss": "stylelint ./src/**/*.scss",
"lint": "npm run lint:js && npm run lint:scss",
"prepublishOnly": "npm run lint && npm run build",
"postpublish": "echo 'Package published successfully! View at: https://www.npmjs.com/package/adminator-admin-dashboard'"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/eslint-parser": "^7.28.5",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@eslint/js": "^9.39.1",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"babel-loader": "^10.0.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"copy-webpack-plugin": "^13.0.1",
"cross-env": "^10.1.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"eslint": "^9.39.1",
"eslint-formatter-table": "^7.32.1",
"globals": "^16.5.0",
"html-webpack-plugin": "^5.6.5",
"mini-css-extract-plugin": "^2.9.4",
"postcss": "^8.5.6",
"postcss-loader": "^8.2.0",
"postcss-preset-env": "^10.4.0",
"sass": "^1.94.2",
"sass-loader": "^16.0.6",
"shx": "^0.4.0",
"style-loader": "^4.0.0",
"stylelint": "^16.26.1",
"stylelint-config-standard": "^39.0.1",
"stylelint-config-standard-scss": "^16.0.0",
"typescript": "^5.9.3",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1",
"webpack-dashboard": "^3.3.8",
"webpack-dev-server": "^5.2.2"
},
"dependencies": {
"@babel/runtime": "^7.28.4",
"@fullcalendar/core": "^6.1.19",
"@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19",
"@fullcalendar/list": "^6.1.19",
"@fullcalendar/timegrid": "^6.1.19",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"brand-colors": "^2.1.1",
"chart.js": "^4.5.1",
"dayjs": "^1.11.19",
"jsvectormap": "^1.7.0",
"load-google-maps-api": "^2.0.2",
"lodash": "^4.17.21",
"masonry-layout": "^4.2.2",
"perfect-scrollbar": "^1.5.6",
"skycons": "^1.0.0",
"ts-api-utils": "^2.1.0"
}
}