-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 2.24 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
{
"name": "aahar-flavours",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"check-types": "tsc --noEmit",
"check-format": "npx prettier . --check",
"format": "npx prettier . --write",
"prepare": "husky",
"prepare-commit": "yarn lint && yarn check-types && yarn check-format"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@material-tailwind/react": "^2.1.4",
"@mdbootstrap/react-testimonial-slider": "^1.0.0",
"@mui/joy": "^5.0.0-beta.14",
"@mui/material": "^5.14.17",
"@mui/styled-engine-sc": "^6.0.0-alpha.5",
"@radix-ui/react-slot": "^1.0.2",
"@typescript-eslint/typescript-estree": "^7.4.0",
"antd": "^5.15.4",
"bootstrap": "^5.3.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"embla-carousel": "^8.0.0-rc14",
"embla-carousel-react": "^8.0.0",
"flowbite": "^2.0.0",
"flowbite-react": "^0.7.6",
"lucide-react": "^0.363.0",
"mdb-react-ui-kit": "^7.0.0",
"next": "^14.2.10",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"tw-elements": "^1.0.0",
"usehooks-ts": "^3.0.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"daisyui": "^3.9.4",
"eslint": "^8",
"eslint-config-next": "^14.1.4",
"husky": "^9.0.11",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}