-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.54 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.54 KB
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
{
"name": "PowerVpn",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test": "vitest run"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@next/eslint-plugin-next": "^16.2.4",
"@types/uuid": "^10.0.0",
"bcryptjs": "latest",
"better-sqlite3": "^12.9.0",
"clsx": "latest",
"date-fns": "^4.1.0",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"jose": "latest",
"lucide-react": "latest",
"motion": "latest",
"mysql2": "latest",
"next": "latest",
"node-forge": "^1.4.0",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"qrcode.react": "^4.2.0",
"react": "latest",
"react-dom": "latest",
"react-hook-form": "^7.73.1",
"recharts": "^3.8.1",
"sonner": "^2.0.7",
"tailwind-merge": "latest",
"typescript-eslint": "^8.59.0",
"uuid": "^14.0.0",
"zod": "latest"
},
"devDependencies": {
"@tailwindcss/postcss": "latest",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "latest",
"@types/node-forge": "^1.3.14",
"@types/react": "latest",
"@types/react-dom": "latest",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.5.0",
"jsdom": "^29.0.2",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest",
"vitest": "^4.1.5"
}
}