28 lines
637 B
JSON
28 lines
637 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|