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",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"next": "12.1.1",
|
|
|
|
"next-auth": "^4.3.1",
|
2022-04-03 00:26:30 +00:00
|
|
|
"react": "^18.0.0",
|
2022-04-06 18:29:04 +00:00
|
|
|
"react-dom": "^18.0.0",
|
2022-04-07 22:55:10 +00:00
|
|
|
"react-player": "^2.10.0",
|
2022-04-12 19:18:16 +00:00
|
|
|
"react-query": "^3.34.19",
|
2022-04-07 22:55:10 +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",
|
|
|
|
"prettier": "^2.6.1",
|
2022-04-03 20:04:53 +00:00
|
|
|
"typescript": ">=3.3.1 <4.6.0"
|
2022-03-29 17:19:24 +00:00
|
|
|
}
|
|
|
|
}
|