forked from vaionex/openft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·83 lines (83 loc) · 2.5 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
{
"name": "vbs",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"svgs": "svgr src/assets/svgs -d src/components/common/svgs --filename-case kebab --ignore-existing ",
"icons": "svgr src/assets/icons -d src/components/common/icons --filename-case kebab --ignore-existing --icon"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "1.0.5",
"@hookform/resolvers": "^3.1.0",
"@novu/node": "^0.10.2",
"@novu/notification-center": "^0.10.3",
"@ramonak/react-progress-bar": "^5.0.2",
"@reduxjs/toolkit": "^1.7.2",
"@tailwindcss/forms": "^0.4.0",
"algoliasearch": "^4.14.2",
"attr-accept": "^2.2.2",
"axios": "^0.26.0",
"axios-retry": "^3.3.1",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"env-cmd": "^10.1.0",
"firebase": "^9.20.0",
"firebase-admin": "^11.4.1",
"firebase-functions": "^4.1.1",
"html-to-draftjs": "^1.5.0",
"instantsearch.css": "^7.4.5",
"lodash": "^4.17.21",
"lottie-react": "^2.3.1",
"moment": "^2.29.4",
"next": "12.1.5",
"next-seo": "^5.15.0",
"postcss-nesting": "^10.1.10",
"prop-types": "^15.8.1",
"qrcode.react": "^3.1.0",
"qs": "^6.11.0",
"query-string": "^7.1.1",
"react": "17.0.2",
"react-circular-progressbar": "^2.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "17.0.2",
"react-draft-wysiwyg": "^1.15.0",
"react-dropzone": "^14.2.2",
"react-easy-crop": "^4.5.0",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.34.1",
"react-image-crop": "^10.0.6",
"react-infinite-scroller": "^1.2.6",
"react-instantsearch-dom": "^6.32.1",
"react-paginate": "^8.1.4",
"react-phone-number-input": "^3.2.15",
"react-qr-code": "^2.0.11",
"react-query": "^3.39.2",
"react-redux": "^7.2.6",
"react-responsive": "^9.0.0-beta.10",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.1",
"react-tooltip": "^4.2.21",
"redux": "^4.1.2",
"sharp": "^0.30.1",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^1.4.0",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@svgr/cli": "^6.2.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"autoprefixer": "10.4.5",
"eslint": "^8.19.0",
"eslint-config-next": "^12.2.2",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.23",
"url-loader": "^4.1.1"
}
}