{ "name": "app-core", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start -p 3001", "lint": "eslint .", "lint:fix": "eslint --fix .", "format": "prettier --write .", "format:check": "prettier --check .", "type-check": "tsc --noEmit" }, "dependencies": { "@lottiefiles/dotlottie-react": "^0.14.1", "@tanstack/react-virtual": "^3.13.12", "client-only": "^0.0.1", "clsx": "^2.1.1", "hls.js": "^1.6.13", "idb": "^8.0.3", "media-chrome": "^4.15.0", "next": "^15.5.6", "next-intl": "^4.1.0", "react": "^19.0.0", "react-circular-progressbar": "^2.2.0", "react-dom": "^19.0.0", "react-markdown": "^10.1.0", "remark-gfm": "^4.0.1", "sass": "^1.89.2", "server-only": "^0.0.1", "shaka-player": "^4.16.7", "socket.io-client": "^4.8.1", "zod": "^3.25.64", "zustand": "^5.0.5" }, "devDependencies": { "@svgr/webpack": "^8.1.0", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.3.3", "eslint-plugin-import": "^2.31.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-unused-imports": "^4.1.4", "prettier": "^3.5.3", "typescript": "^5" } }