-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
88 lines (88 loc) · 2.62 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
81
82
83
84
85
86
87
88
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"knip": "knip"
},
"browser": {
"fs": false
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@portabletext/react": "^3.1.0",
"@types/react-select": "^4.0.18",
"@vercel/analytics": "^0.1.11",
"@vercel/speed-insights": "^1.0.12",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"framer-motion": "^10.18.0",
"groq": "^3.53.0",
"jsdom": "^20.0.3",
"mui-datatables": "^4.3.0",
"next": "14.2.5",
"next-auth": "^4.24.7",
"prettier-plugin-tailwindcss": "^0.3.0",
"react": "^18.3.1",
"react-cookie-consent": "^6.4.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-image-file-resizer": "^0.4.8",
"react-multi-carousel": "^2.8.5",
"react-select": "^5.8.0",
"remark": "11.0.2",
"remark-html": "13.0.2",
"swr": "^2.2.5"
},
"devDependencies": {
"@material-ui/core": "^4.12.4",
"@sanity/asset-utils": "^1.3.0",
"@sanity/block-tools": "^3.53.0",
"@sanity/client": "^6.21.1",
"@sanity/color-input": "^3.1.1",
"@sanity/dashboard": "^4.0.0",
"@sanity/image-url": "^1.0.2",
"@sanity/schema": "^3.53.0",
"@sanity/ui": "^2.8.8",
"@sanity/vision": "^3.53.0",
"@storybook/addon-a11y": "^8.2.7",
"@storybook/addon-essentials": "^8.2.7",
"@storybook/addon-interactions": "^8.2.7",
"@storybook/addon-links": "^8.2.7",
"@storybook/nextjs": "^8.2.7",
"@storybook/react": "^8.2.7",
"@storybook/test": "^8.2.7",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/jsdom": "^21.1.7",
"@types/mui-datatables": "^4.3.12",
"@types/node": "^20.14.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.1",
"knip": "^5.27.0",
"next-sanity": "^9.4.4",
"postcss": "^8.4.41",
"postcss-preset-env": "^7.8.3",
"prettier": "^2.8.8",
"sanity": "^3.53.0",
"storybook": "^8.2.7",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
}
}