works!???

This commit is contained in:
Arjun Patel
2022-01-28 18:01:21 -08:00
parent d753703ee5
commit e0f935dcd6
20 changed files with 6705 additions and 16 deletions
+24
View File
@@ -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"
}
}