kms-activation-guide/package.json

34 lines
784 B
JSON
Raw Normal View History

2024-12-09 17:10:37 +08:00
{
"name": "kms-activation-guide",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-12-09 17:29:54 +08:00
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
"next": "15.0.4",
2024-12-09 17:10:37 +08:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
2024-12-09 17:29:54 +08:00
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
2024-12-09 17:10:37 +08:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
2024-12-09 17:29:54 +08:00
"eslint": "^8",
"eslint-config-next": "15.0.4",
2024-12-09 17:10:37 +08:00
"postcss": "^8",
"tailwindcss": "^3.4.1",
2024-12-09 17:29:54 +08:00
"typescript": "^5"
2024-12-09 17:10:37 +08:00
}
}