add tailadmin normal
This commit is contained in:
58
tailadmin/package.json
Executable file
58
tailadmin/package.json
Executable file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"name": "tailadmin-free",
|
||||
"version": "2.0.1",
|
||||
"description": "TailAdmin is a high-quality, open-source, and free Tailwind CSS admin template that is perfect for creating data-rich backends, powerful web applications and dashboard-admin projects.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "webpack serve --open --config webpack.config.js",
|
||||
"build": "webpack --config webpack.config.js",
|
||||
"sort": "npx prettier --write src"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": {
|
||||
"name": "TailAdmin",
|
||||
"email": "hello@tailadmin.com",
|
||||
"url": "https://tailadmin.com"
|
||||
},
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.9",
|
||||
"@babel/preset-env": "^7.24.8",
|
||||
"@tailwindcss/forms": "^0.5.9",
|
||||
"@tailwindcss/postcss": "^4.0.0",
|
||||
"babel-loader": "^9.1.3",
|
||||
"babel-plugin-prismjs": "^2.1.0",
|
||||
"css-loader": "^7.1.2",
|
||||
"file-loader": "^1.0.0",
|
||||
"glob": "^11.0.0",
|
||||
"html-loader": "^5.0.0",
|
||||
"html-webpack-plugin": "^5.6.0",
|
||||
"mini-css-extract-plugin": "^2.9.0",
|
||||
"postcss": "^8.4.39",
|
||||
"postcss-loader": "^8.1.1",
|
||||
"postcss-preset-env": "^9.6.0",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-tailwindcss": "^0.6.11",
|
||||
"style-loader": "^4.0.0",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"webpack": "^5.96.1",
|
||||
"webpack-cli": "^5.1.4",
|
||||
"webpack-dev-server": "^5.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@alpinejs/persist": "^3.14.1",
|
||||
"@fullcalendar/core": "^6.1.15",
|
||||
"@fullcalendar/daygrid": "^6.1.15",
|
||||
"@fullcalendar/interaction": "^6.1.15",
|
||||
"@fullcalendar/list": "^6.1.15",
|
||||
"@fullcalendar/timegrid": "^6.1.15",
|
||||
"alpinejs": "^3.14.1",
|
||||
"apexcharts": "^3.51.0",
|
||||
"chart.js": "^4.4.6",
|
||||
"dropzone": "^6.0.0-beta.2",
|
||||
"flatpickr": "^4.6.13",
|
||||
"fullcalendar": "^6.1.15",
|
||||
"jsvectormap": "^1.6.0",
|
||||
"swiper": "^12.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user