-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.14 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.14 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
{
"name": "maash_engineering",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.0",
"@fortawesome/free-brands-svg-icons": "^6.5.0",
"@fortawesome/free-regular-svg-icons": "^6.5.0",
"@fortawesome/free-solid-svg-icons": "^6.5.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tanstack/react-query": "^5.8.7",
"@tanstack/react-query-devtools": "^5.17.8",
"axios": "^1.6.5",
"embla-carousel-autoplay": "^8.0.0-rc15",
"embla-carousel-react": "^8.0.0-rc15",
"framer-motion": "^11.0.3",
"keen-slider": "^6.8.6",
"next": "14.0.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.50.1",
"react-toastify": "^10.0.4",
"zustand": "^4.5.0"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6"
}
}