rachana-data-studio / frontend /package.json
KPrashanth's picture
Deploy Rachana Data Studio
0b3d865 verified
Raw
History Blame Contribute Delete
449 Bytes
{
"name": "rachana-data-studio",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^16.2.9",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"typescript": "^6.0.3"
}
}