2022-03-29 17:19:24 +00:00
|
|
|
{
|
2022-04-22 17:34:56 +00:00
|
|
|
"name": "tubearchivist-frontend",
|
2022-03-29 17:19:24 +00:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
2022-04-24 01:49:15 +00:00
|
|
|
"lint": "next lint",
|
|
|
|
"prepare": "husky install"
|
2022-03-29 17:19:24 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"next": "12.1.1",
|
2022-04-24 01:56:46 +00:00
|
|
|
"next-auth": "4.3.1",
|
|
|
|
"react": "18.0.0",
|
|
|
|
"react-dom": "18.0.0",
|
|
|
|
"react-player": "2.10.0",
|
2022-05-29 18:27:07 +00:00
|
|
|
"react-query": "3.39.1",
|
2022-04-24 01:56:46 +00:00
|
|
|
"sharp": "0.30.3"
|
2022-03-29 17:19:24 +00:00
|
|
|
},
|
|
|
|
"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",
|
2022-04-24 01:56:46 +00:00
|
|
|
"husky": "7.0.4",
|
|
|
|
"lint-staged": "12.4.0",
|
|
|
|
"prettier": "2.6.1",
|
|
|
|
"typescript": "4.5.5"
|
2022-04-24 01:49:15 +00:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.{ts,tsx}": "eslint --cache --fix",
|
|
|
|
"*.{ts,tsx,css,md}": "prettier --write"
|
2022-03-29 17:19:24 +00:00
|
|
|
}
|
|
|
|
}
|