generated from zmh-program/akiapp-next-template
-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
55 lines (55 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "next-whois-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"turbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ui": "pnpm dlx shadcn-ui@latest add",
"prettier": "prettier --write src/**/*.{ts,tsx,js,jsx,json,md}"
},
"dependencies": {
"@khmyznikov/pwa-install": "^0.4.4",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.3.21",
"html-to-image": "^1.11.11",
"i18next": "^23.12.2",
"ioredis": "^5.4.1",
"lucide-react": "^0.414.0",
"moment": "^2.30.1",
"net": "^1.0.2",
"next": "14.1.0",
"next-i18next": "^15.3.1",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"prettier": "^3.3.3",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^15.0.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"tldjs": "^2.3.1",
"vaul": "^0.9.1",
"whois-raw": "^0.1.10"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/tldjs": "^2.3.4",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}