|
| 1 | +{ |
| 2 | + "name": "vite-project", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "wasm-pack build --target web ../crates/wasm --out-dir ../../playground/src/pkg && vite build", |
| 9 | + "deploy": "netlify deploy --prod", |
| 10 | + "lint": "eslint .", |
| 11 | + "preview": "vite preview" |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "@sentry/react": "^9.15.0", |
| 15 | + "@sentry/vite-plugin": "^3.3.1", |
| 16 | + "@tailwindcss/vite": "^4.0.6", |
| 17 | + "lz-string": "^1.5.0", |
| 18 | + "monaco-editor": "^0.52.2", |
| 19 | + "prettier": "^3.5.3", |
| 20 | + "react": "^19.0.0", |
| 21 | + "react-dom": "^19.0.0", |
| 22 | + "tailwindcss": "^4.0.6" |
| 23 | + }, |
| 24 | + "devDependencies": { |
| 25 | + "@eslint/js": "^9.19.0", |
| 26 | + "@types/react": "^19.0.8", |
| 27 | + "@types/react-dom": "^19.0.3", |
| 28 | + "@vitejs/plugin-react": "^4.3.4", |
| 29 | + "babel-plugin-react-compiler": "19.1.0-rc.1", |
| 30 | + "eslint": "^9.19.0", |
| 31 | + "eslint-plugin-react-hooks": "6.0.0-rc1", |
| 32 | + "eslint-plugin-react-refresh": "^0.4.18", |
| 33 | + "globals": "^15.14.0", |
| 34 | + "typescript": "~5.7.2", |
| 35 | + "typescript-eslint": "^8.22.0", |
| 36 | + "vite": "^6.1.0" |
| 37 | + } |
| 38 | +} |
0 commit comments