-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.77 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
{
"name": "biye-korun",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 4000",
"lint": "next lint",
"dev:staging": "env-cmd -f .env.staging next dev -p 4000",
"dev:prod": "env-cmd -f .env.production next dev -p 4000",
"build:staging": "NODE_OPTIONS='--max-old-space-size=4096' env-cmd -f .env.staging next build",
"build:production": "NODE_OPTIONS='--max-old-space-size=4096' env-cmd -f .env.production next build"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@mantine/core": "^6.0.21",
"@mantine/dates": "^6.0.19",
"@mantine/dropzone": "^6.0.19",
"@mantine/hooks": "^7.1.7",
"@paypal/react-paypal-js": "^8.1.3",
"@reduxjs/toolkit": "^1.9.5",
"@tabler/icons-react": "^2.31.0",
"@tiptap/extension-underline": "^2.1.12",
"@tiptap/pm": "^2.1.12",
"@tiptap/react": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@uiw/react-md-editor": "^3.24.1",
"aos": "^3.0.0-beta.6",
"axios": "^1.5.0",
"classnames": "^2.3.2",
"country-state-city": "^3.2.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.9",
"env-cmd": "^10.1.0",
"html-react-parser": "^4.2.8",
"libphonenumber-js": "^1.10.48",
"next": "13.4.16",
"node-sass": "^9.0.0",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-countdown": "^2.3.5",
"react-countup": "^6.5.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-image-file-resizer": "^0.4.8",
"react-international-phone": "^3.1.0",
"react-markdown": "^9.0.0",
"react-quill": "^2.0.0",
"react-redux": "^8.1.2",
"react-toastify": "^9.1.3",
"redux": "^4.2.1",
"sass": "^1.65.1",
"socket.io-client": "^4.7.2",
"swiper": "^11.0.3"
}
}