MVP
This commit is contained in:
commit
2c2fd045b3
19 changed files with 3898 additions and 0 deletions
26
package.json
Normal file
26
package.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "motto",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vanilla-extract/css": "^1.15.5",
|
||||
"next": "14.2.9",
|
||||
"react": "^18",
|
||||
"react-dom": "^18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"@vanilla-extract/next-plugin": "^2.4.5",
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "14.2.9",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue