33 lines
813 B
JSON
33 lines
813 B
JSON
{
|
|
"name": "test-mdx",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.14.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@mdx-js/mdx": "^3.1.1",
|
|
"@mdx-js/react": "^3.1.1",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"react": "^19.2.1",
|
|
"react-dom": "^19.2.1",
|
|
"vite": "^7.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.2",
|
|
"typescript": "^5.9.3",
|
|
"vite-plugin-static-copy": "^3.1.4"
|
|
}
|
|
}
|