-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.4 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
{
"name": "dashgo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@chakra-ui/icons": "^2.0.0",
"@chakra-ui/react": "^1.6.9",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@hookform/resolvers": "^2.8.3",
"@stripe/stripe-js": "^1.29.0",
"animate.css": "^4.1.1",
"apexcharts": "^3.29.0",
"axios": "^0.24.0",
"faunadb": "4.3.0",
"firebase": "^9.6.11",
"framer-motion": "^4.1.17",
"jquery": "^3.6.0",
"next": "11.1.2",
"next-auth": "^4.3.3",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-dom": "17.0.2",
"react-hook-form": "^7.20.5",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-modal": "^3.14.4",
"react-query": "^3.34.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"stripe": "8.165.0",
"sweetalert2": "^11.4.14",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/faker": "^5.5.9",
"@types/jquery": "^3.5.14",
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"faker": "^5.5.3",
"miragejs": "^0.1.43",
"typescript": "^4.4.3"
}
}