2025-12-24 16:29:33 +00:00
|
|
|
{
|
|
|
|
|
"name": "living-spec-standalone",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"preview": "vite preview",
|
2025-12-25 15:23:49 +00:00
|
|
|
"tauri": "tauri",
|
|
|
|
|
"test": "jest"
|
2025-12-24 16:29:33 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@tauri-apps/api": "^2",
|
2025-12-24 16:59:14 +00:00
|
|
|
"@tauri-apps/plugin-dialog": "^2.4.2",
|
|
|
|
|
"@tauri-apps/plugin-opener": "^2",
|
2025-12-24 17:46:27 +00:00
|
|
|
"@tauri-apps/plugin-store": "^2.4.1",
|
2025-12-24 16:59:14 +00:00
|
|
|
"react": "^19.1.0",
|
2025-12-24 17:17:35 +00:00
|
|
|
"react-dom": "^19.1.0",
|
|
|
|
|
"react-markdown": "^10.1.0"
|
2025-12-24 16:29:33 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-12-24 16:59:14 +00:00
|
|
|
"@tauri-apps/cli": "^2",
|
2025-12-24 16:29:33 +00:00
|
|
|
"@types/react": "^19.1.8",
|
|
|
|
|
"@types/react-dom": "^19.1.6",
|
|
|
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
|
|
|
"typescript": "~5.8.3",
|
2025-12-25 15:23:49 +00:00
|
|
|
"vite": "^7.0.4",
|
|
|
|
|
"jest": "^29.0.0",
|
|
|
|
|
"ts-jest": "^29.0.0",
|
|
|
|
|
"@testing-library/react": "^14.0.0",
|
|
|
|
|
"@testing-library/jest-dom": "^6.0.0",
|
|
|
|
|
"@testing-library/user-event": "^14.4.3"
|
2025-12-24 16:29:33 +00:00
|
|
|
}
|
|
|
|
|
}
|