| 1 | { |
| 2 | "name": "splitfire", |
| 3 | "license": "MIT", |
| 4 | "version": "0.3.4", |
| 5 | "private": true, |
| 6 | "dependencies": { |
| 7 | "@heroicons/react": "1.0.6", |
| 8 | "@radix-ui/react-icons": "^1.3.0", |
| 9 | "@radix-ui/react-slot": "^1.1.0", |
| 10 | "@radix-ui/react-tooltip": "^1.0.7", |
| 11 | "@radix-ui/react-form": "^0.1.0", |
| 12 | "@sentry/react": "^7.12.1", |
| 13 | "@sentry/tracing": "^7.12.1", |
| 14 | "@tauri-apps/api": "^1.5.3", |
| 15 | "@types/actioncable": "^5.2.7", |
| 16 | "@types/jest": "^27.4.0", |
| 17 | "@types/node": "18.17.0", |
| 18 | "@types/react": "18.2.78", |
| 19 | "@types/react-dom": "18.2.25", |
| 20 | "actioncable": "^5.2.6", |
| 21 | "axios": "^0.25.0", |
| 22 | "class-variance-authority": "^0.7.0", |
| 23 | "clsx": "^1.2.1", |
| 24 | "dexie": "^3.2.0", |
| 25 | "dexie-observable": "^3.0.0-beta.11", |
| 26 | "eslint": "8.32.0", |
| 27 | "eslint-config-next": "14.1.0", |
| 28 | "next": "14.2.5", |
| 29 | "react": "18.2.0", |
| 30 | "react-dom": "18.2.0", |
| 31 | "react-hot-toast": "^2.4.1", |
| 32 | "react-icons": "^4.3.1", |
| 33 | "react-scripts": "5.0.0", |
| 34 | "react-textarea-autosize": "^8.5.3", |
| 35 | "react-transition-group": "4.x", |
| 36 | "react-youtube": "^10.0.0", |
| 37 | "tailwind-merge": "^2.4.0", |
| 38 | "tailwindcss-animate": "^1.0.7", |
| 39 | "tone": "^14.7.77", |
| 40 | "tslog": "^4.9.2", |
| 41 | "typescript": "4.9.4", |
| 42 | "web-vitals": "^2.1.3" |
| 43 | }, |
| 44 | "scripts": { |
| 45 | "next-dev": "next dev -p 1420", |
| 46 | "next-build": "next build", |
| 47 | "tauri-dev": "tauri dev", |
| 48 | "tauri-build": "tauri build --debug", |
| 49 | "lint": "next lint --fix" |
| 50 | }, |
| 51 | "eslintConfig": { |
| 52 | "extends": [ |
| 53 | "react-app", |
| 54 | "react-app/jest" |
| 55 | ] |
| 56 | }, |
| 57 | "browserslist": { |
| 58 | "production": [ |
| 59 | ">0.2%", |
| 60 | "not dead", |
| 61 | "not op_mini all" |
| 62 | ], |
| 63 | "development": [ |
| 64 | "last 1 chrome version", |
| 65 | "last 1 firefox version", |
| 66 | "last 1 safari version" |
| 67 | ] |
| 68 | }, |
| 69 | "resolutions": { |
| 70 | "mini-css-extract-plugin": "2.4.5" |
| 71 | }, |
| 72 | "devDependencies": { |
| 73 | "@tailwindcss/forms": "0.5.3", |
| 74 | "@tailwindcss/typography": "0.5.9", |
| 75 | "@tauri-apps/cli": "^1.5.14", |
| 76 | "@types/lodash.debounce": "^4.0.7", |
| 77 | "autoprefixer": "^10.4.19", |
| 78 | "postcss": "^8.4.38", |
| 79 | "tailwindcss": "^3.4.3" |
| 80 | } |
| 81 | } |