Files
nextjs-notion-starter-kit/package.json
2021-01-15 08:25:47 -05:00

16 lines
269 B
JSON

{
"name": "transitive-bullshit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "10.0.5",
"react": "17.0.1",
"react-dom": "17.0.1"
}
}