personal-website/package.json
Filipe Medeiros 921619feb3
Initial commit from Create Next App
Signed-off-by: Filipe Medeiros <hello@filipesm.eu>
2023-12-03 12:25:52 +01:00

21 lines
372 B
JSON

{
"name": "notion-cms",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "13.0.6",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"eslint": "8.29.0",
"eslint-config-next": "13.0.6"
}
}