-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.88 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
{
"name": "panamia",
"version": "0.1.0",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"import-profiles": "node ./scripts/import-profiles"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/core": "^5.6.2",
"@mantine/ds": "^5.6.2",
"@mantine/form": "^5.6.2",
"@mantine/hooks": "^5.6.2",
"@mantine/next": "^5.6.2",
"@mantine/prism": "^5.6.2",
"@next-auth/mongodb-adapter": "^1.1.1",
"@stripe/react-stripe-js": "^2.3.2",
"@stripe/stripe-js": "^2.1.11",
"@tabler/icons": "^1.107.0",
"@tanstack/react-query": "^5.14.0",
"axios": "^1.2.1",
"bcrypt": "^5.1.0",
"busboy": "^1.6.0",
"dotenv": "^16.3.1",
"formik": "^2.2.9",
"framer-motion": "^7.6.12",
"mongoose": "^6.8.1",
"next": "12.3.1",
"next-auth": "^4.15.0",
"nodemailer": "^6.9.7",
"pigeon-maps": "^0.21.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone-uploader": "^2.11.0",
"react-ga": "^3.3.1",
"react-ga4": "^2.1.0",
"react-icons": "^4.7.1",
"react-intersection-observer": "^9.4.1",
"react-responsive-carousel": "^3.2.23",
"react-spinners": "^0.13.8",
"react-svg": "^15.1.16",
"react-tracking": "^9.3.2",
"save": "^2.9.0",
"stripe": "^14.9.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/busboy": "^1.5.3",
"@types/node": "18.11.5",
"@types/react": "18.0.22",
"@types/react-dom": "18.0.7",
"@types/stripe": "^8.0.417",
"eslint": "8.26.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}