|
|
{
|
|
|
"name": "adminator",
|
|
|
"version": "2.6.1",
|
|
|
"private": true,
|
|
|
"description": "HTML Admin Template with Dark Mode",
|
|
|
"homepage": "https://puikinsh.github.io/Adminator-admin-dashboard/",
|
|
|
"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"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@babel/core": "^7.27.4",
|
|
|
"@babel/eslint-parser": "^7.27.5",
|
|
|
"@babel/plugin-transform-runtime": "^7.27.4",
|
|
|
"@babel/preset-env": "^7.27.2",
|
|
|
"@babel/runtime": "^7.27.6",
|
|
|
"@eslint/js": "^9.29.0",
|
|
|
"babel-loader": "^10.0.0",
|
|
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
|
"copy-webpack-plugin": "^13.0.0",
|
|
|
"cross-env": "^7.0.3",
|
|
|
"css-loader": "^7.1.2",
|
|
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
|
"eslint": "^9.29.0",
|
|
|
"eslint-formatter-table": "^7.32.1",
|
|
|
"globals": "^16.2.0",
|
|
|
"html-webpack-plugin": "^5.6.3",
|
|
|
"mini-css-extract-plugin": "^2.9.2",
|
|
|
"postcss": "^8.5.6",
|
|
|
"postcss-loader": "^8.1.1",
|
|
|
"postcss-preset-env": "^10.2.3",
|
|
|
"sass": "^1.89.2",
|
|
|
"sass-loader": "^16.0.5",
|
|
|
"shx": "^0.4.0",
|
|
|
"style-loader": "^4.0.0",
|
|
|
"stylelint": "^16.21.0",
|
|
|
"stylelint-config-standard": "^38.0.0",
|
|
|
"webpack": "^5.99.9",
|
|
|
"webpack-cli": "^6.0.1",
|
|
|
"webpack-dashboard": "^3.3.8",
|
|
|
"webpack-dev-server": "^5.2.2"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@fullcalendar/core": "^6.1.17",
|
|
|
"@fullcalendar/daygrid": "^6.1.17",
|
|
|
"@fullcalendar/interaction": "^6.1.17",
|
|
|
"@fullcalendar/list": "^6.1.17",
|
|
|
"@fullcalendar/timegrid": "^6.1.17",
|
|
|
"@popperjs/core": "^2.11.8",
|
|
|
"bootstrap": "^5.3.7",
|
|
|
"bootstrap-datepicker": "^1.10.0",
|
|
|
"brand-colors": "^2.1.1",
|
|
|
"chart.js": "^4.5.0",
|
|
|
"datatables": "^1.10.18",
|
|
|
"dayjs": "^1.11.13",
|
|
|
"easy-pie-chart": "^2.1.7",
|
|
|
"file-loader": "^6.2.0",
|
|
|
"jquery": "^3.7.1",
|
|
|
"jquery-sparkline": "^2.4.0",
|
|
|
"jvectormap": "^2.0.4",
|
|
|
"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"
|
|
|
}
|
|
|
}
|