You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.5 KiB
55 lines
1.5 KiB
{
|
|
"name": "material-tube",
|
|
"displayName": "MaterialTube",
|
|
"description": "MaterialTube is a beautiful and elegant web client for Invidious servers, built using Next.js and MUI.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "https://github.com/Guusvanmeerveld/MaterialTube"
|
|
},
|
|
"cacheDirectories": [
|
|
".next/cache"
|
|
],
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "next build && next export",
|
|
"lint": "next lint",
|
|
"prettify": "prettier src --write"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.8.2",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@mui/icons-material": "^5.5.1",
|
|
"@mui/material": "^5.5.1",
|
|
"axios": "^0.26.1",
|
|
"luxon": "^2.3.1",
|
|
"next": "^12.1.0",
|
|
"next-seo": "^5.1.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-intersection-observer": "^8.33.1",
|
|
"react-query": "^3.34.16",
|
|
"use-local-storage-state": "^16.0.1",
|
|
"zustand": "^3.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
|
|
"@types/luxon": "^2.3.1",
|
|
"@types/node": "^17.0.21",
|
|
"@types/react": "^17.0.40",
|
|
"@types/react-dom": "^17.0.13",
|
|
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
|
"@typescript-eslint/parser": "^5.15.0",
|
|
"eslint": "^8.11.0",
|
|
"eslint-config-next": "12.1.0",
|
|
"eslint-plugin-css-modules": "^2.11.0",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"prettier": "^2.6.0",
|
|
"typescript": "^4.6.2"
|
|
}
|
|
}
|