hitokoto/package.json
2023-10-13 12:43:09 +11:00

25 lines
458 B
JSON

{
"name": "hitokoto",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"gsap": "^3.12.2",
"next": "13.5.4",
"react": "^18",
"react-dom": "^18",
"sass": "^1.69.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
}
}