2024-07-05 16:06:02 +00:00
|
|
|
{
|
|
|
|
"name": "ode_to_snack",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-09-26 21:35:11 +00:00
|
|
|
"@vanilla-extract/css": "^1.15.5",
|
2024-07-05 16:06:02 +00:00
|
|
|
"@vanilla-extract/next-plugin": "^2.3.2",
|
2024-09-26 21:35:11 +00:00
|
|
|
"next": "^14.2.13",
|
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1"
|
2024-07-05 16:06:02 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^20",
|
|
|
|
"@types/react": "^18",
|
|
|
|
"@types/react-dom": "^18",
|
|
|
|
"eslint": "^8",
|
|
|
|
"eslint-config-next": "14.0.3",
|
|
|
|
"typescript": "^5"
|
|
|
|
}
|
|
|
|
}
|