mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-09-29 15:30:53 -04:00
49 lines
1.1 KiB
JSON
49 lines
1.1 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 .",
|
|
"format:fix": "prettier --write --ignore-path .gitignore ."
|
|
},
|
|
"prettier": {
|
|
"useTabs": true,
|
|
"printWidth": 100,
|
|
"trailingComma": "all",
|
|
"plugins": [
|
|
"prettier-plugin-jsdoc"
|
|
],
|
|
"jsdocSingleLineComment": false,
|
|
"tsdoc": true
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.9.3",
|
|
"@emotion/styled": "^11.9.3",
|
|
"@mui/icons-material": "^5.8.4",
|
|
"@mui/material": "^5.8.7",
|
|
"next": "12.2.2",
|
|
"next-superjson-plugin": "^0.3.0",
|
|
"next-translate": "^1.5.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-query": "^4.0.0-beta.23",
|
|
"zod": "^3.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.0.3",
|
|
"@types/react": "18.0.15",
|
|
"@types/react-dom": "18.0.6",
|
|
"eslint": "8.19.0",
|
|
"eslint-config-next": "12.2.2",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-header": "^3.1.1",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-jsdoc": "^0.3.38",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|