This commit is contained in:
2024-12-13 02:48:57 +08:00
parent 1f380478ba
commit e251d16fee
16 changed files with 3064 additions and 0 deletions

27
vite/package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "vite",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me>",
"license": "MIT",
"type": "module",
"dependencies": {
"@build/tailwind": "1.0.2-alpha-2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.15",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
"vite": "^6.0.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4"
}
}