34 lines
806 B
JSON
34 lines
806 B
JSON
{
|
|
"name": "test-astro",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.6.2",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.2.5",
|
|
"@astrojs/react": "^4.2.5",
|
|
"@kevisual/query": "^0.0.17",
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
"astro": "^5.7.5",
|
|
"clsx": "^2.1.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-toastify": "^11.0.5",
|
|
"tailwindcss": "^4.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@kevisual/types": "^0.0.7",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.2"
|
|
}
|
|
}
|