ode_to_snack/package.json

27 lines
557 B
JSON
Raw Normal View History

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": {
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/next-plugin": "^2.3.2",
"next": "14.0.3",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"typescript": "^5"
}
}