-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.28 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
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "dcf-landing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/server": "^11.10.0",
"@headlessui/react": "^1.7.14",
"@mantine/carousel": "^6.0.10",
"@mantine/core": "^6.0.10",
"@mantine/dates": "^6.0.10",
"@mantine/dropzone": "^6.0.10",
"@mantine/form": "^6.0.10",
"@mantine/hooks": "^6.0.10",
"@mantine/modals": "^6.0.10",
"@mantine/next": "^6.0.10",
"@mantine/notifications": "^6.0.10",
"@mantine/nprogress": "^6.0.10",
"@mantine/prism": "^6.0.10",
"@prisma/client": "^4.13.0",
"@types/node": "18.15.13",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"cookie": "^0.5.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.7",
"embla-carousel-react": "^7.1.0",
"eslint-config-next": "13.3.1",
"firebase": "^9.22.0",
"formidable": "^2.1.1",
"framer-motion": "^10.12.10",
"fs": "^0.0.1-security",
"iron-session": "^6.3.1",
"mime": "^3.0.0",
"mysql": "^2.18.1",
"net": "^1.0.2",
"next": "^13.3.1",
"next-auth": "^4.22.1",
"next-connect": "^1.0.0",
"next-iron-session": "^4.2.0",
"nextjs-progressbar": "^0.0.16",
"postcss": "8.4.23",
"progressbar": "^1.3.0",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.4.3",
"react-player": "^2.12.0",
"react-simple-image-viewer": "^1.2.2",
"reactstrap": "^9.1.9",
"serverless-mysql": "^1.5.5",
"swr": "^2.1.5",
"tabler-icons-react": "^1.56.0",
"tailwindcss": "3.3.1",
"tls": "^0.0.1"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/bcryptjs": "^2.4.2",
"@types/formidable": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"eslint": "^8.39.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}