-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "devask",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=development next dev",
"build": "next build",
"start": "NODE_ENV=production next start",
"lint": "next lint",
"prepare": "husky install",
"test": "vitest"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"lucide-react": "^0.441.0",
"next": "^14.2.14",
"react": "^18.3.1",
"react-content-loader": "^7.0.2",
"react-dom": "^18.3.1",
"react-syntax-highlighter": "^15.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"husky": "^8.0.0",
"json-loader": "^0.5.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.6.2",
"vitest": "^2.1.2"
}
}