startit/react_test/tutorial/package.json

10 lines
168 B
JSON
Raw Normal View History

2024-09-13 13:06:19 +02:00
{
"scripts": {
"dev": "next dev"
},
"dependencies": {
"next": "^14.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}