mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-25 14:27:28 -05:00
58 lines
1.5 KiB
JSON
58 lines
1.5 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.10.3",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
"@tanstack/react-query": "^4.32.6",
|
|
"array-shuffle": "^3.0.0",
|
|
"expo-linear-gradient": "^12.4.0",
|
|
"expo-modules-core": "^1.5.9",
|
|
"hls.js": "^1.4.10",
|
|
"i18next": "^23.4.2",
|
|
"jassub": "^1.7.8",
|
|
"jotai": "^2.3.1",
|
|
"moti": "^0.26.0",
|
|
"next": "13.4.19",
|
|
"next-translate": "^2.5.3",
|
|
"raf": "^3.4.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-i18next": "^13.0.3",
|
|
"react-native-reanimated": "~3.3.0",
|
|
"react-native-svg": "13.11.0",
|
|
"react-native-video": "^6.0.0-alpha.7",
|
|
"react-native-web": "0.19.7",
|
|
"solito": "^4.0.1",
|
|
"srt-webvtt": "^2.0.0",
|
|
"superjson": "^1.13.1",
|
|
"sweetalert2": "^11.7.20",
|
|
"yoshiki": "1.2.12",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "^8.0.1",
|
|
"@types/node": "20.4.8",
|
|
"@types/react": "18.2.0",
|
|
"@types/react-dom": "18.2.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"eslint": "^8.46.0",
|
|
"eslint-config-next": "13.4.13",
|
|
"react-native": "0.72.3",
|
|
"typescript": "^5.1.6",
|
|
"webpack": "^5.88.2"
|
|
}
|
|
}
|