Kyoo/front/apps/web/package.json
2023-11-09 22:40:25 +01:00

62 lines
1.6 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.13.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@tanstack/react-query": "^5.4.3",
"array-shuffle": "^3.0.0",
"expo-linear-gradient": "^12.5.0",
"expo-modules-core": "^1.5.11",
"hls.js": "^1.4.12",
"i18next": "^23.6.0",
"jassub": "^1.7.11",
"jotai": "^2.5.0",
"moti": "^0.26.1",
"next": "14.0.1",
"next-translate": "^2.6.1",
"raf": "^3.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^13.3.1",
"react-native-reanimated": "~3.5.4",
"react-native-svg": "13.14.0",
"react-native-video": "^6.0.0-alpha.7",
"react-native-web": "0.19.9",
"react-tooltip": "^5.22.0",
"solito": "^4.1.3",
"srt-webvtt": "^2.0.0",
"superjson": "^2.2.0",
"sweetalert2": "^11.9.0",
"yoshiki": "1.2.12",
"zod": "^3.22.4"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "20.8.10",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.53.0",
"eslint-config-next": "14.0.1",
"react-native": "0.72.6",
"typescript": "^5.2.2",
"webpack": "^5.89.0"
}
}