29 lines
686 B
JSON
29 lines
686 B
JSON
{
|
|
"name": "@maigolabs/needle-demo",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"typecheck": "tsc",
|
|
"dev": "vite --port 5172",
|
|
"build": "tsc -b && vite build"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"packageManager": "pnpm@10.27.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@maigolabs/needle": "workspace:*",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/svg-spinners": "^1.2.4",
|
|
"@types/node": "^25.0.3",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"unocss": "^66.5.12",
|
|
"vite": "^7.3.0",
|
|
"vite-plugin-top-level-await": "^1.6.0"
|
|
}
|
|
}
|