Kyoo/front/packages/web/package.json
2022-10-31 04:15:39 +09:00

44 lines
1.1 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": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@jellyfin/libass-wasm": "^4.1.1",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.7",
"@mui/system": "^5.10.10",
"@tanstack/react-query": "^4.13.4",
"clsx": "^1.2.1",
"csstype": "^3.1.1",
"hls.js": "^1.2.4",
"jotai": "^1.8.4",
"next": "12.2.2",
"next-translate": "^1.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"superjson": "^1.9.1",
"zod": "^3.18.0"
},
"devDependencies": {
"@types/node": "18.0.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.26.0",
"eslint-config-next": "12.2.2",
"typescript": "^4.8.4",
"webpack": "^5.74.0"
}
}