-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.92 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
64
65
66
{
"name": "e5vosdo-snimrod",
"version": "0.0.2412.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"debug": "cross-env NODE_OPTIONS='--inspect' next dev",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@bradgarropy/next-google-analytics": "^1.0.2",
"@material/material-color-utilities": "^0.3.0",
"@nextui-org/react": "^2.6.11",
"@prisma/client": "^6.2.1",
"@react-aria/ssr": "^3.9.7",
"@react-aria/visually-hidden": "^3.8.18",
"@react-stately/data": "^3.12.0",
"@types/react": "19.0.5",
"@vercel/analytics": "^1.4.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"cheerio": "^1.0.0",
"clsx": "^2.1.1",
"daisyui": "^4.12.23",
"dayjs": "^1.11.13",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"extract-colors": "^4.1.1",
"framer-motion": "^11.17.0",
"html-react-parser": "^5.2.2",
"iconv-lite": "^0.6.3",
"jsbarcode": "^3.11.6",
"mysql2": "^3.12.0",
"next": "^15.1.4",
"next-auth": "^5.0.0-beta.19",
"next-themes": "^0.4.4",
"node-cache": "^5.1.2",
"node-html-parser": "^7.0.1",
"qrcode.react": "^4.2.0",
"react": "19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "19.0.0",
"sharp": "^0.33.5",
"swr": "^2.3.0",
"tailwind-variants": "^0.3.0",
"tailwindcss": "3.4.17",
"web-push": "^3.6.7"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.1.4",
"@types/glob": "^8.1.0",
"@types/serviceworker": "^0.0.111",
"@types/web-push": "^3.6.4",
"cross-env": "^7.0.3",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "^6.2.1",
"typescript": "^5.7.3"
}
}