test-sandpack/package.json
2025-06-04 09:52:32 +08:00

39 lines
922 B
JSON

{
"name": "test-sandpack",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.6.2",
"type": "module",
"devDependencies": {
"@kevisual/types": "^0.0.10",
"@tailwindcss/vite": "^4.1.8",
"@types/node": "^22.15.29",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"@vitejs/plugin-basic-ssl": "^2.0.0",
"@vitejs/plugin-react": "^4.5.1",
"dotenv": "^16.5.0",
"tailwindcss": "^4.1.8",
"vite": "^6.3.5"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.20.0",
"clsx": "^2.1.1",
"livecodes": "^0.11.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"es5-ext"
]
}
}