mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-09-29 15:30:53 -04:00
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"sideEffects": [
|
|
"./src/polyfill.ts"
|
|
],
|
|
"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.14.1",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@tanstack/react-query": "^5.12.1",
|
|
"@tanstack/react-query-devtools": "^5.12.2",
|
|
"@tanstack/react-virtual": "^3.0.1",
|
|
"array-shuffle": "^3.0.0",
|
|
"expo-linear-gradient": "^12.5.0",
|
|
"expo-modules-core": "^1.5.12",
|
|
"hls.js": "^1.4.12",
|
|
"i18next": "^23.7.7",
|
|
"jassub": "^1.7.13",
|
|
"jotai": "^2.6.0",
|
|
"moti": "^0.27.2",
|
|
"next": "14.0.3",
|
|
"next-translate": "^2.6.2",
|
|
"raf": "^3.4.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-i18next": "^13.5.0",
|
|
"react-native-reanimated": "3.3.0",
|
|
"react-native-svg": "14.0.0",
|
|
"react-native-video": "^6.0.0-beta.0",
|
|
"react-native-web": "0.19.9",
|
|
"react-tooltip": "^5.24.0",
|
|
"solito": "^4.1.3",
|
|
"srt-webvtt": "^2.0.0",
|
|
"superjson": "^2.2.1",
|
|
"sweetalert2": "^11.10.1",
|
|
"yoshiki": "1.2.14",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "^8.1.0",
|
|
"@types/node": "20.10.1",
|
|
"@types/react": "18.2.39",
|
|
"@types/react-dom": "18.2.17",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"eslint": "^8.54.0",
|
|
"eslint-config-next": "14.0.3",
|
|
"react-native": "0.72.7",
|
|
"typescript": "^5.3.2",
|
|
"webpack": "^5.89.0"
|
|
}
|
|
}
|