-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.6 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
56
57
58
59
60
61
62
63
{
"name": "inimicalpart.com",
"version": "1,0,0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.2.14",
"@nextui-org/button": "^2.0.31",
"@nextui-org/code": "^2.0.27",
"@nextui-org/navbar": "^2.0.30",
"@nextui-org/react": "^2.3.6",
"@nextui-org/snippet": "^2.0.35",
"@nextui-org/switch": "^2.0.28",
"@nextui-org/system": "^2.1.2",
"@nextui-org/theme": "^2.2.3",
"@nextui-org/tooltip": "^2.0.33",
"@react-aria/ssr": "^3.9.4",
"@react-aria/visually-hidden": "^3.8.12",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"clsx": "^2.0.0",
"dayjs": "^1.11.11",
"dompurify": "^3.1.5",
"eslint": "^8.48.0",
"eslint-config-next": "14.2.1",
"framer-motion": "^11.1.1",
"intl-messageformat": "^10.5.14",
"jsdom": "^24.1.0",
"moment-timezone": "^0.5.45",
"next": "14.2.4",
"next-themes": "^0.2.1",
"next-ws": "^1.1.1",
"node-ipc": "^10.1.0",
"postcss": "^8.4.41",
"pretty-ms": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.4",
"showdown": "^2.1.0",
"tailwindcss": "^3.4.3",
"to-words": "^4.0.1",
"typescript": "^5.5.3",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/canvas-confetti": "^1.6.4",
"@types/dompurify": "^3.0.5",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.9",
"@types/node-ipc": "^9.2.3",
"@types/number-to-words": "^1.2.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/showdown": "^2.0.6",
"@types/ws": "^8.5.10",
"tailwind-scrollbar": "^3.1.0"
}
}