rhine-var
Version:
Variables that support multi-user collaboration and persistence, making collaboration and variable operations as simple as possible, with strict and well-defined type hints.
18 lines (17 loc) • 346 B
JSON
{
"name": "rhine-var-test-next-app",
"scripts": {
"dev": "start http://localhost:6700 && next dev -p 6700"
},
"dependencies": {
"next": "14.2.7",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
}
}