/ package.json
package.json
1 { 2 "name": "domain-app", 3 "private": true, 4 "version": "0.0.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "vite build", 9 "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", 10 "preview": "vite preview" 11 }, 12 "dependencies": { 13 "browserfs": "^1.4.3", 14 "react": "^18.2.0", 15 "react-dom": "^18.2.0" 16 }, 17 "devDependencies": { 18 "@types/react": "^18.2.66", 19 "@types/react-dom": "^18.2.22", 20 "@vitejs/plugin-react": "^4.2.1", 21 "eslint": "^8.57.0", 22 "eslint-plugin-react": "^7.34.1", 23 "eslint-plugin-react-hooks": "^4.6.0", 24 "eslint-plugin-react-refresh": "^0.4.6", 25 "vite": "^5.2.0", 26 "vite-fs": "^0.0.2" 27 } 28 }