motto/package.json

29 lines
622 B
JSON
Raw Normal View History

2024-09-16 19:44:19 +00:00
{
"name": "motto",
2024-09-23 21:22:11 +00:00
"version": "1.0.0",
2024-09-16 19:44:19 +00:00
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vanilla-extract/css": "^1.15.5",
2024-09-18 20:47:51 +00:00
"next": "^14.2.12",
"prism-react-renderer": "^2.4.0",
2024-09-16 19:44:19 +00:00
"react": "^18",
2024-09-19 18:21:58 +00:00
"react-dom": "^18",
2024-09-19 18:46:51 +00:00
"react-markdown": "^9.0.1"
2024-09-16 19:44:19 +00:00
},
"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"
}
}