mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-07 21:07:47 +00:00
17 lines
320 B
JSON
17 lines
320 B
JSON
{
|
|
"name": "@unicorn-utterances/nextjs-async-components",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "13.5.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|