32 lines
731 B
JSON
32 lines
731 B
JSON
{
|
|
"name": "gaza",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "tsc -b && vite build",
|
|
"typecheck": "tsc -b --pretty false",
|
|
"test": "vitest run",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "2.8.0",
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "2.8.4",
|
|
"@testing-library/jest-dom": "6.8.0",
|
|
"@testing-library/react": "16.3.0",
|
|
"@types/react": "19.1.10",
|
|
"@types/react-dom": "19.1.7",
|
|
"@vitejs/plugin-react": "5.0.2",
|
|
"axe-core": "4.10.3",
|
|
"jsdom": "26.1.0",
|
|
"typescript": "5.9.2",
|
|
"vite": "7.3.6",
|
|
"vitest": "3.2.7"
|
|
}
|
|
}
|