-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.86 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
{
"name": "jwc12-landing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"format": "yarn prettier --write ."
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@hookform/resolvers": "^2.9.0",
"@iconify/icons-akar-icons": "^1.2.6",
"@iconify/icons-fa6-brands": "^1.2.3",
"@iconify/icons-fa6-solid": "^1.2.4",
"@iconify/react": "^3.2.1",
"axios": "^0.27.2",
"blurhash": "^1.1.5",
"clsx": "^1.1.1",
"cookies-next": "^2.0.4",
"copy-to-clipboard": "^3.3.1",
"fast-deep-equal": "^3.1.3",
"firebase": "^9.8.2",
"flowbite": "^1.4.7",
"jsonexport": "^3.2.0",
"next": "12.1.6",
"next-mdx-remote": "^4.0.3",
"next-seo": "^5.4.0",
"react": "18.1.0",
"react-admin": "^4.1.3",
"react-admin-firebase": "^4.0.2",
"react-dom": "18.1.0",
"react-dropzone": "^14.2.1",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.31.3",
"react-hot-toast": "^2.2.0",
"react-query": "^3.39.1",
"react-tsparticles": "^2.0.6",
"swr": "^1.3.0",
"tsparticles": "^2.0.6",
"yup": "^0.32.11",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"@headlessui/react": "^1.6.3",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/facebook-pixel": "^0.0.24",
"@types/jsonexport": "^3.0.2",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"@types/react-gtm-module": "^2.0.1",
"autoprefixer": "^10.4.7",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.14",
"postcss-nesting": "^10.1.7",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
}
}