Kyoo/front/apps/web/package.json
2024-05-10 15:53:07 +02:00

62 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": {
"@gorhom/portal": "^1.0.14",
"@kyoo/models": "workspace:^",
"@kyoo/primitives": "workspace:^",
"@kyoo/ui": "workspace:^",
"@material-symbols/svg-400": "^0.14.6",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-select": "^2.0.0",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query-devtools": "^5.17.21",
"array-shuffle": "^3.0.0",
"expo-image-picker": "~14.7.1",
"expo-linear-gradient": "^12.7.1",
"expo-modules-core": "^1.11.8",
"hls.js": "^1.5.6",
"i18next": "^23.7.20",
"jassub": "^1.7.15",
"jotai": "^2.6.3",
"moti": "^0.27.2",
"next": "14.1.0",
"next-translate": "^2.6.2",
"raf": "^3.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^14.0.1",
"react-native-reanimated": "3.6.2",
"react-native-svg": "14.1.0",
"react-native-video": "^6.0.0-beta.4",
"react-native-web": "0.19.10",
"react-tooltip": "^5.26.0",
"solito": "^4.2.0",
"srt-webvtt": "zoriya/srt-webvtt#build",
"superjson": "^2.2.1",
"sweetalert2": "^11.10.4",
"yoshiki": "1.2.14",
"zod": "^3.22.4"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "20.11.7",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"copy-webpack-plugin": "^12.0.2",
"react-native": "0.73.2",
"typescript": "^5.3.3",
"webpack": "^5.90.0"
}
}