-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.53 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.53 KB
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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@material-tailwind/react": "^2.1.10",
"@nextui-org/react": "^2.2.9",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.2.6",
"@stripe/react-stripe-js": "^2.8.0",
"@stripe/stripe-js": "^4.6.0",
"@types/react-dom": "^18.3.1",
"@vercel/analytics": "^1.4.1",
"antd": "^5.13.2",
"antd-init": "^0.8.3",
"axios": "^1.6.5",
"classnames": "^2.5.1",
"clientjs": "^0.2.1",
"file-saver": "^2.0.5",
"formik": "^2.4.6",
"framer-motion": "^10.17.9",
"http-proxy-middleware": "^2.0.6",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.4",
"logrocket": "^8.1.0",
"logrocket-react": "^6.0.1",
"lucide-react": "^0.469.0",
"mammoth": "^1.9.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"next": "^14.2.13",
"password-validator": "^5.3.0",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^4.8.69",
"prismjs": "^1.29.0",
"react": "^18.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-code-blocks": "^0.1.6",
"react-contexify": "^6.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-country-dropdown": "^3.0.0",
"react-dom": "^18.0.0",
"react-draggable": "^4.4.6",
"react-dropzone": "^14.2.3",
"react-facebook-login": "^4.1.1",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"react-notifications": "^1.7.4",
"react-player": "^2.16.0",
"react-redux": "^9.1.2",
"react-resizable-layout": "^0.7.2",
"react-rnd": "^10.4.13",
"react-speech-recognition": "^3.10.0",
"rehype-mathjax": "^6.0.0",
"rehype-raw": "^7.0.0",
"remark-directive": "^3.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"stripe": "^14.14.0",
"swapy": "^0.3.1",
"swiper": "^11.1.12",
"uuid": "^10.0.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-speech-recognition": "^3.9.5",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5.7.2"
}
}