-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.5 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
{
"name": "parkfuchs",
"version": "1.7.10",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"lint": "next lint"
},
"bin": ".next/standalone/server.js",
"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",
"@tailwindcss/forms": "^0.5.9",
"@types/node": "22.7.4",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"axios": "^1.7.7",
"babel-plugin-react-compiler": "^19.0.0-beta-63b359f-20241101",
"html2plaintext": "^2.1.4",
"javascript-time-ago": "^2.5.11",
"linkify-react": "^4.1.3",
"linkifyjs": "^4.1.3",
"lottie-react": "^2.4.0",
"next": "15.0.3",
"next-pwa": "^5.6.0",
"pocketbase": "^0.21.5",
"react": "19.0.0-rc-5c56b873-20241107",
"react-dom": "19.0.0-rc-5c56b873-20241107",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-timeago": "^7.2.0",
"sanitize-html": "^2.13.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/react-list": "^0.8.12",
"autoprefixer": "^10.4.20",
"eslint": "9.14.0",
"eslint-config-next": "15.0.3",
"eslint-plugin-unused-imports": "~4.1.4",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "5.6.3",
"webpack": "^5.96.1"
},
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}