Files
kspguti-schedule/package.json
2023-10-01 20:18:37 +04:00

40 lines
1018 B
JSON

{
"name": "kspguti-schedule",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@types/content-type": "^1.1.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"content-type": "^1.0.5",
"lucide-react": "^0.279.0",
"next": "latest",
"node-html-parser": "^6.1.10",
"react": "latest",
"react-dom": "latest",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}