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": {
|
2022-01-14 14:27:19 +01:00
|
|
|
"asciidoctor": "^2.2.5",
|
2022-02-04 19:20:15 +01:00
|
|
|
"next": "12.0.10",
|
|
|
|
"node-fetch": "^3.2.0",
|
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",
|
2022-01-16 15:15:48 +01:00
|
|
|
"react-dom": "17.0.2",
|
|
|
|
"swr": "^1.1.2"
|
2021-11-30 23:48:54 +01:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|