mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-25 22:37:28 -05:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"format": "prettier --check --ignore-path .gitignore '!src/utils/jotai-utils.tsx' .",
|
|
"format:fix": "prettier --write --ignore-path .gitignore '!src/utils/jotai-utils.tsx' ."
|
|
},
|
|
"dependencies": {
|
|
"@kyoo/models": "workspace:^",
|
|
"@kyoo/primitives": "workspace:^",
|
|
"@kyoo/ui": "workspace:^",
|
|
"@material-symbols/svg-400": "^0.4.3",
|
|
"@next/font": "13.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.2",
|
|
"@tanstack/react-query": "^4.24.4",
|
|
"expo-linear-gradient": "^12.0.1",
|
|
"hls.js": "^1.3.2",
|
|
"i18next": "^22.0.6",
|
|
"jotai": "^1.10.0",
|
|
"libass-wasm": "^4.1.0",
|
|
"moti": "^0.21.0",
|
|
"next": "13.0.5",
|
|
"next-translate": "^1.6.0",
|
|
"raf": "^3.4.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-i18next": "^12.0.0",
|
|
"react-native-reanimated": "^2.13.0",
|
|
"react-native-svg": "13.4.0",
|
|
"react-native-video": "alpha",
|
|
"react-native-web": "^0.18.10",
|
|
"solito": "^2.0.5",
|
|
"superjson": "^1.12.2",
|
|
"yoshiki": "1.2.1",
|
|
"zod": "^3.20.2"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "^6.5.1",
|
|
"@types/node": "18.11.18",
|
|
"@types/react": "18.0.25",
|
|
"@types/react-dom": "18.0.10",
|
|
"@types/react-native-video": "^5.0.14",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"eslint": "^8.33.0",
|
|
"eslint-config-next": "13.1.6",
|
|
"typescript": "^4.9.5",
|
|
"webpack": "^5.75.0"
|
|
}
|
|
}
|