A decentralized music tracking and discovery platform built on AT Protocol 馃幍
at main 90 lines 2.9 kB view raw
1{ 2 "name": "@rocksky/web-mobile", 3 "private": true, 4 "version": "0.0.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "tsc -b && vite build", 9 "build:prod": "tsc -b && vite build --mode prod", 10 "lint": "eslint .", 11 "preview": "bun run build && wrangler pages dev ./dist", 12 "deploy": "bun run build && wrangler pages deploy ./dist", 13 "storybook": "storybook dev -p 6006", 14 "build-storybook": "storybook build" 15 }, 16 "dependencies": { 17 "@emotion/react": "^11.14.0", 18 "@emotion/styled": "^11.14.0", 19 "@hookform/resolvers": "^4.0.0", 20 "@styled-icons/bootstrap": "^10.47.0", 21 "@styled-icons/boxicons-logos": "^10.47.0", 22 "@styled-icons/boxicons-regular": "^10.47.0", 23 "@styled-icons/entypo": "^10.46.0", 24 "@styled-icons/evaicons-solid": "^10.46.0", 25 "@styled-icons/evil": "^10.46.0", 26 "@styled-icons/fa-solid": "^10.47.0", 27 "@styled-icons/feather": "^10.47.0", 28 "@styled-icons/fluentui-system-filled": "^10.47.0", 29 "@styled-icons/fluentui-system-regular": "^10.47.0", 30 "@styled-icons/ionicons-outline": "^10.46.0", 31 "@styled-icons/ionicons-sharp": "^10.46.0", 32 "@styled-icons/remix-fill": "^10.46.0", 33 "@styled-icons/simple-icons": "^10.46.0", 34 "@styled-icons/zondicons": "^10.46.0", 35 "@types/numeral": "^2.0.5", 36 "@vitest/ui": "^3.0.4", 37 "axios": "^1.7.9", 38 "baseui": "15.0.0", 39 "date-fns": "^4.1.0", 40 "dayjs": "^1.11.13", 41 "i18next": "^24.2.2", 42 "jotai": "^2.11.3", 43 "lodash": "^4.17.21", 44 "numeral": "^2.0.6", 45 "react": "^18.3.1", 46 "react-content-loader": "^7.0.2", 47 "react-dom": "^18.3.1", 48 "react-hook-form": "^7.54.2", 49 "react-i18next": "^15.4.0", 50 "react-router": "^7.6.3", 51 "react-router-dom": "^7.6.3", 52 "recharts": "^2.15.1", 53 "styletron-engine-monolithic": "^1.0.0", 54 "styletron-react": "^6.1.1", 55 "swr": "^2.3.0", 56 "vitest": "^3.0.4", 57 "zod": "^3.24.2" 58 }, 59 "devDependencies": { 60 "@chromatic-com/storybook": "^3.2.4", 61 "@cloudflare/workers-types": "^4.20250124.3", 62 "@eslint/js": "^9.17.0", 63 "@storybook/addon-essentials": "^8.5.2", 64 "@storybook/addon-interactions": "^8.5.2", 65 "@storybook/addon-onboarding": "^8.5.2", 66 "@storybook/blocks": "^8.5.2", 67 "@storybook/react": "^8.5.2", 68 "@storybook/react-vite": "^8.5.2", 69 "@storybook/test": "^8.5.2", 70 "@types/lodash": "^4.17.15", 71 "@types/react": "^18.3.18", 72 "@types/react-dom": "^18.3.5", 73 "@vitejs/plugin-react-swc": "^3.5.0", 74 "eslint": "^9.17.0", 75 "eslint-plugin-react-hooks": "^5.0.0", 76 "eslint-plugin-react-refresh": "^0.4.16", 77 "eslint-plugin-storybook": "^0.11.2", 78 "globals": "^15.14.0", 79 "storybook": "^8.5.2", 80 "typescript": "~5.6.2", 81 "typescript-eslint": "^8.18.2", 82 "vite": "^6.0.5", 83 "wrangler": "^3.106.0" 84 }, 85 "eslintConfig": { 86 "extends": [ 87 "plugin:storybook/recommended" 88 ] 89 } 90}