-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.95 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
89
90
91
92
93
94
95
{
"name": "bside_website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start -p 3001",
"lint": "eslint",
"lint:fix": "eslint --fix",
"tsc": "tsc --noEmit",
"tsc:watch": "tsc --noEmit --watch",
"prettier": "prettier . --check",
"prettier:fix": "prettier . --write"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@juggle/resize-observer": "^3.4.0",
"@logtail/node": "^0.5.2",
"@logtail/winston": "^0.5.2",
"@payloadcms/live-preview-react": "^0.2.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@socialgouv/matomo-next": "^1.9.1",
"@south-paw/react-obfuscate-ts": "^2.0.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-table": "^8.20.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"escape-html": "^1.0.3",
"hirestime": "^7.0.4",
"lodash-es": "^4.17.21",
"next": "^14.2.15",
"next-auth": "^4.24.8",
"next-sitemap": "^4.2.3",
"nodemailer": "^6.9.15",
"parallax-controller": "^1.7.1",
"puppeteer": "^23.5.1",
"qs": "^6.13.0",
"qs-esm": "^7.0.2",
"react": "^18.3.1",
"react-children-utilities": "^2.10.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-scroll": "^1.9.0",
"react-scroll-parallax": "^3.4.5",
"sharp": "^0.33.5",
"slate": "^0.103.0",
"swiper": "^11.1.14",
"swiper-react": "^1.0.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"winston": "^3.15.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@next/eslint-plugin-next": "^14.2.15",
"@types/escape-html": "^1.0.4",
"@types/lodash-es": "^4.17.10",
"@types/node": "^22.7.5",
"@types/nodemailer": "^6.4.16",
"@types/qs": "^6.9.16",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-scroll": "^1.8.10",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "^1.79.4",
"tailwindcss": "^3.4.13",
"typescript-eslint": "^8.8.1"
}
}