-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.97 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
67
68
69
70
71
72
73
{
"name": "moaguide",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 80",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query-devtools": "4",
"@tosspayments/payment-widget-sdk": "^0.11.1",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"chartjs-plugin-datalabels": "^2.2.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.5.4",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"next": "14.2.3",
"ps": "^1.0.0",
"qs": "^6.13.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^7.2.0",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-query": "^3.39.3",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.5",
"react-use": "^17.5.1",
"react-virtuoso": "^4.10.1",
"react-youtube": "^10.1.0",
"scroll-lock": "^2.1.5",
"sharp": "^0.33.5",
"slick-carousel": "^1.8.1",
"swiper": "^11.1.8",
"uuidv4": "^6.2.13",
"zustand": "^4.5.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.15",
"@types/cookies": "^0.9.0",
"@types/lodash": "^4.17.7",
"@types/node": "^20",
"@types/qs": "^6.9.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/scroll-lock": "^2.1.3",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-refresh": "^0.4.9",
"msw": "^2.3.1",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "4.7.4"
},
"msw": {
"workerDirectory": [
"public"
]
}
}