2021-11-30 23:48:54 +01:00
|
|
|
{
|
|
|
|
"name": "my_website",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-12-14 22:56:37 +01:00
|
|
|
"dev": "npx next dev",
|
|
|
|
"build": "npx next build",
|
|
|
|
"start": "npx next start",
|
|
|
|
"lint": "npx next lint"
|
2021-11-30 23:48:54 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-16 01:22:29 +01:00
|
|
|
"next": "12.0.7",
|
2021-12-17 20:43:54 +01:00
|
|
|
"phosphor-react": "^1.3.1",
|
2021-11-30 23:48:54 +01:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "16.11.11",
|
|
|
|
"@types/react": "17.0.37",
|
|
|
|
"eslint": "7.32.0",
|
|
|
|
"eslint-config-next": "12.0.4",
|
|
|
|
"typescript": "4.5.2"
|
|
|
|
}
|
|
|
|
}
|