Files
lcbp3.np-dms.work/frontend/package.json

50 lines
1.4 KiB
JSON
Executable File

{
"name": "dms-frontend",
"version": "0.7.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0 -p 3000",
"build": "next build",
"start": "next start -H 0.0.0.0 -p 3000",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.2.10",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.451.0",
"next": "15.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.14",
"autoprefixer": "^10.4.21",
"eslint": "9.13.0",
"eslint-config-next": "15.0.3",
"postcss": "^8.5.6",
"prettier": "3.3.3",
"tailwindcss": "^4.1.14",
"tailwindcss-animate": "^1.0.7"
},
"engines": {
"node": ">=20.0.0"
}
}