-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
99 lines (99 loc) · 2.94 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "kwek-store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--max-old-space-size=4096 next dev --port 3100",
"build": "NODE_OPTIONS=--max-old-space-size=4096 next build",
"start": "NODE_ENV=production next start",
"lint": "next lint",
"check-lint": "eslint .",
"test": "playwright test",
"test:debug": "playwright test --debug",
"test:headed": "playwright test --headed",
"test:filter": "playwright test --grep @tag",
"test:update": "playwright test --update-snapshots",
"test:report": "playwright show-report"
},
"dependencies": {
"@ckeditor/ckeditor5-react": "^9.0.0",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "v1",
"@reduxjs/toolkit": "^2.2.6",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"add": "^2.0.6",
"antd": "^5.19.3",
"antd-img-crop": "^4.23.0",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"ckeditor5": "^43.0.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.12",
"embla-carousel-autoplay": "^8.1.7",
"embla-carousel-react": "^8.1.7",
"google-map-react": "^2.2.1",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"html-to-image": "^1.11.11",
"html2pdf.js": "^0.10.2",
"jodit-react": "^4.1.2",
"jotai": "^2.10.1",
"jspdf": "^2.5.1",
"luxon": "^3.4.4",
"moment": "^2.30.1",
"next": "14.0.1",
"next-redux-wrapper": "^8.1.0",
"nookies": "^2.5.2",
"pusher-js": "^8.3.0",
"rc-pagination": "^4.2.0",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"react-loader-spinner": "^6.1.6",
"react-paginate": "^8.2.0",
"react-pusher": "^0.2.0",
"react-query": "^3.39.3",
"react-redux": "^9.1.2",
"react-star-rating-component": "^1.4.1",
"react-step-builder": "2.0.11",
"redux": "^5.0.1",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-thunk": "^3.1.0",
"sass": "^1.77.8",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar": "^3.1.0",
"use-debounce": "^10.0.1",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"@netlify/plugin-nextjs": "^5.6.0",
"@playwright/test": "^1.49.1",
"@tailwindcss/typography": "^0.5.15",
"@types/google-map-react": "^2.1.10",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-star-rating-component": "^1.4.4",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"autoprefixer": "^10.4.19",
"eslint": "9.7.0",
"eslint-config-next": "14.2.5",
"globals": "^15.8.0",
"next-images": "^1.8.5",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "4.9.5"
},
"resolutions": {
"@babel/runtime": "^7.24.6"
},
"packageManager": "[email protected]"
}