-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.92 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
{
"name": "appizsoftcom",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export -o ./out",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/react": "^2.4.6",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.17",
"@next/bundle-analyzer": "^13.2.1",
"@next/font": "^13.1.1",
"@react-oauth/google": "^0.11.1",
"aos": "^2.3.4",
"auth": "^0.0.9",
"autoprefixer": "^10.4.14",
"axios": "^1.3.3",
"dotenv": "^16.0.3",
"framer-motion": "^6.5.1",
"jsonwebtoken": "^9.0.2",
"next": "^13.2.5",
"next-i18next": "^13.3.0",
"next-intl": "^2.19.0",
"next-sitemap": "^4.1.3",
"next-translate": "^2.0.4",
"nextjs-sitemap-generator": "^1.3.1",
"nodemailer": "^6.9.5",
"postcss": "^8.4.21",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-animated-numbers": "^0.16.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.10.1",
"react-joyride": "^2.5.5",
"react-leaflet": "^4.2.0",
"react-parallax": "^3.5.1",
"react-scroll": "^1.8.9",
"react-slick": "^0.29.0",
"resend": "^2.1.0",
"slick-carousel": "^1.8.1",
"swiper": "^10.2.0",
"tailwindcss": "^3.3.1",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/core": "^7.22.17",
"@babel/eslint-parser": "^7.22.15",
"@chakra-ui/storybook-addon": "^5.0.1",
"@next/eslint-plugin-next": "^13.4.19",
"@storybook/testing-library": "^0.2.0",
"webpack-bundle-analyzer": "^4.8.0"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}