-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1020 Bytes
/
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
{
"name": "amai-mtoto",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"cypress:open": "cypress open",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.13",
"@chakra-ui/react": "^2.4.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@types/node": "18.11.9",
"@types/react-dom": "18.0.9",
"dotenv": "^16.0.3",
"eslint": "8.28.0",
"eslint-config-next": "^13.0.5",
"firebase": "^9.14.0",
"framer-motion": "^6.5.1",
"next": "13.0.5",
"prettier": "^2.8.0",
"react-dom": "^18.2.0",
"react-faq-component": "^1.3.4",
"react-hook-form": "^7.39.5",
"react-tabs": "^6.0.0",
"react-youtube": "^10.1.0",
"redux": "^4.2.0",
"swiper": "^8.4.5",
"typescript": "4.9.3"
},
"devDependencies": {
"@types/react": "18.0.25",
"cypress": "^11.2.0",
"eslint-config-prettier": "^8.5.0"
}
}