-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.5 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
{
"name": "rpkm-frontend",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@butterfail/tailwindcss-inverted-radius": "^0.1.2",
"@designbycode/tailwindcss-text-stroke": "^1.2.1",
"@hugocxl/react-to-image": "^0.0.9",
"@iconify/react": "^5.0.1",
"@nextui-org/accordion": "^2.0.38",
"@tanstack/react-query": "^5.51.9",
"axios": "^1.7.2",
"browser-image-compression": "^2.0.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.12",
"framer-motion": "^11.3.8",
"moment": "^2.30.1",
"next": "14.2.4",
"next-image-zoom": "^1.1.7",
"next-qrcode": "^2.5.1",
"ntp-time": "^2.0.5",
"qr-scanner": "^1.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-markdown": "8.0.6",
"react-qr-reader": "3.0.0-beta-1",
"sharp": "^0.33.4",
"tailwind-merge": "^2.4.0"
},
"devDependencies": {
"@iconify/react": "^5.0.1",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"html5-qrcode": "^2.3.8",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
}
}