works!???
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "@nirvana/admin",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "12.0.9",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"@nirvana/common": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "17.0.13",
|
||||
"@types/react": "17.0.38",
|
||||
"eslint": "8.8.0",
|
||||
"eslint-config-next": "12.0.9",
|
||||
"typescript": "4.5.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user