- Remove unused version display logic and update summary - Add silent audio playback to prevent browser tab throttling - Update CourseWorkspace and Setting components - Bump version from 0.1.3 to 0.1.4 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
607 B
JSON
28 lines
607 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.1.4",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@solidjs/router": "^0.16.1",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"axios": "^1.13.6",
|
|
"solid-js": "^1.9.11",
|
|
"tailwindcss": "^4.2.2",
|
|
"zustand": "^5.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.12.0",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^8.0.1",
|
|
"vite-plugin-solid": "^2.11.11"
|
|
}
|
|
}
|