mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-25 13:03:59 -05:00
20 lines
363 B
JSON
20 lines
363 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "^11.1.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.32",
|
|
"autoprefixer": "^10.3.7",
|
|
"postcss": "^8.3.11",
|
|
"tailwindcss": "^2.2.17"
|
|
}
|
|
}
|