mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 20:24:16 -04:00
36 lines
No EOL
1,008 B
JSON
36 lines
No EOL
1,008 B
JSON
{
|
|
"name": "veilid-wasm-example-test-bench",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "npm run build:wasm && tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"build:wasm": "cd ../../ && wasm-pack build --release --target web --weak-refs --out-dir ./pkg"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@types/node": "^22.13.10",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@types/uuid": "^10.0.0",
|
|
"@vitejs/plugin-react-swc": "^3.8.0",
|
|
"eslint": "^9.21.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"events": "^3.3.0",
|
|
"globals": "^15.15.0",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.24.1",
|
|
"uuid": "^11.1.0",
|
|
"vite": "^6.2.0",
|
|
"vite-plugin-wasm": "^3.4.1",
|
|
"veilid-wasm": "file:../../pkg"
|
|
}
|
|
} |