init project

This commit is contained in:
Rei
2022-12-07 18:26:26 +01:00
parent de45346fbf
commit 575f65be91
13 changed files with 1084 additions and 1 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "peroxy_site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.11.11",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"next": "13.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.3"
}
}