mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-05 03:40:13 +00:00
37 lines
833 B
JSON
37 lines
833 B
JSON
{
|
|
"name": "tubearchivist-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"next": "12.1.1",
|
|
"next-auth": "4.3.1",
|
|
"react": "18.0.0",
|
|
"react-dom": "18.0.0",
|
|
"react-player": "2.10.0",
|
|
"react-query": "3.39.1",
|
|
"sharp": "0.30.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.23",
|
|
"@types/react": "17.0.43",
|
|
"@types/react-dom": "17.0.14",
|
|
"eslint": "8.12.0",
|
|
"eslint-config-next": "12.1.1",
|
|
"husky": "7.0.4",
|
|
"lint-staged": "12.4.0",
|
|
"prettier": "2.6.1",
|
|
"typescript": "4.5.5"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx}": "eslint --cache --fix",
|
|
"*.{ts,tsx,css,md}": "prettier --write"
|
|
}
|
|
}
|