setting up landing page and getting going

This commit is contained in:
talksik
2022-03-31 13:08:49 -04:00
parent cd7d78bcb8
commit 70eadc2265
26 changed files with 1177 additions and 13 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "@nirvana/web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nirvana/components": "*",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "4.6.3"
}
}