Robot-UI/package.json
[Valentino Heman Budiarto] bc551c57e9 ganti semua
2026-08-31 20:46:14 +07:00

29 lines
603 B
JSON

{
"name": "robot-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"next": "^14.2.15",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.5.4",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"postcss": "^8.5.26",
"tailwindcss": "^3.4.14",
"typescript": "^5"
}
}