mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-09-29 15:30:53 -04:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "kyoo",
|
|
"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' ."
|
|
},
|
|
"prettier": {
|
|
"useTabs": true,
|
|
"printWidth": 100,
|
|
"trailingComma": "all",
|
|
"plugins": [
|
|
"prettier-plugin-jsdoc"
|
|
],
|
|
"jsdocSingleLineComment": false,
|
|
"tsdoc": true
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.4",
|
|
"@emotion/styled": "^11.10.4",
|
|
"@jellyfin/libass-wasm": "^4.1.1",
|
|
"@mui/icons-material": "^5.10.9",
|
|
"@mui/material": "^5.10.10",
|
|
"hls.js": "^1.2.4",
|
|
"jotai": "^1.8.6",
|
|
"next": "12.3.1",
|
|
"next-translate": "^1.6.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-infinite-scroll-component": "^6.1.0",
|
|
"react-query": "^4.0.0-beta.23",
|
|
"superjson": "^1.10.1",
|
|
"zod": "^3.19.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chromecast-caf-sender": "^1.0.5",
|
|
"@types/node": "18.11.2",
|
|
"@types/react": "18.0.21",
|
|
"@types/react-dom": "18.0.6",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"eslint": "8.25.0",
|
|
"eslint-config-next": "12.3.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-header": "^3.1.1",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-jsdoc": "^0.4.2",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|