-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.05 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@fortawesome/fontawesome-free": "^6.3.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.41.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"laravel-vite-plugin": "^1.0",
"lint-staged": "^14.0.0",
"postcss": "^8.4.38",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.3",
"vite": "^5.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/interaction": "^6.1.11",
"@fullcalendar/react": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.15",
"@reduxjs/toolkit": "^2.0.1",
"@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.1.0",
"@tanstack/react-query": "^5.45.1",
"@tiptap/extension-hard-break": "^2.4.0",
"@tiptap/pm": "^2.1.16",
"@tiptap/react": "^2.1.16",
"@tiptap/starter-kit": "^2.1.16",
"alpinejs": "^3.12.3",
"axios": "^1.1.2",
"canvas-confetti": "^1.9.3",
"highcharts": "^11.2.0",
"moment": "^2.30.1",
"plyr-react": "^5.3.0",
"react": "^18.2.0",
"react-advanced-cropper": "^0.20.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"react-modal": "^3.16.1",
"react-paginate": "^8.2.0",
"react-redux": "^9.0.4",
"react-select": "^5.7.4",
"react-share": "^5.1.0",
"react-toastify": "^9.1.3",
"react-use-wizard": "^2.2.4"
}
}