2022-01-16 22:40:15 +08:00
|
|
|
{
|
2022-06-03 18:53:50 +08:00
|
|
|
"name": "svgl-new",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2022-01-16 22:40:15 +08:00
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-03 18:53:50 +08:00
|
|
|
"next": "12.1.6",
|
|
|
|
"react": "18.1.0",
|
|
|
|
"react-dom": "18.1.0"
|
2022-01-16 22:40:15 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-06-03 18:53:50 +08:00
|
|
|
"@types/node": "17.0.38",
|
|
|
|
"@types/react": "18.0.10",
|
|
|
|
"@types/react-dom": "18.0.5",
|
|
|
|
"eslint": "8.16.0",
|
|
|
|
"eslint-config-next": "12.1.6",
|
|
|
|
"typescript": "4.7.2"
|
2022-01-16 22:40:15 +08:00
|
|
|
}
|
|
|
|
}
|