mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
remove custom tailwind plugins and added a script to generate theme.css
This commit is contained in:
+7
-5
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "astroplate",
|
||||
"version": "5.9.0",
|
||||
"version": "5.10.0",
|
||||
"description": "Astro and Tailwindcss boilerplate",
|
||||
"author": "zeon.studio",
|
||||
"license": "MIT",
|
||||
"packageManager": "yarn@1.22.22",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "yarn generate-json && astro dev",
|
||||
"build": "yarn generate-json && astro build",
|
||||
"dev": "concurrently \"node scripts/themeGenerator.js --watch\" \"yarn generate-json && astro dev\"",
|
||||
"build": "node scripts/themeGenerator.js && yarn generate-json && astro build",
|
||||
"preview": "astro preview",
|
||||
"check": "astro check",
|
||||
"format": "prettier -w ./src",
|
||||
@@ -37,7 +37,8 @@
|
||||
"remark-collapse": "^0.1.2",
|
||||
"remark-toc": "^9.0.0",
|
||||
"swiper": "^12.0.3",
|
||||
"vite": "^7.2.2"
|
||||
"vite": "^7.2.2",
|
||||
"sharp": "^0.34.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/forms": "^0.5.10",
|
||||
@@ -46,11 +47,12 @@
|
||||
"@types/node": "24.10.1",
|
||||
"@types/react": "19.2.6",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"concurrently": "^9.2.1",
|
||||
"eslint": "^9.39.1",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
||||
"sharp": "0.34.5",
|
||||
"tailwind-bootstrap-grid": "^6.0.0",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user