-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1002 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1002 Bytes
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
{
"name": "spigot-event-list",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "next lint . --fix && prettier --write ."
},
"dependencies": {
"clsx": "2.1.1",
"next": "14.2.35",
"next-i18n-router": "5.5.6",
"next-pwa": "^5.6.0",
"next-themes": "0.4.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.6.0",
"remeda": "1.46.0",
"swr": "2.4.1"
},
"devDependencies": {
"@types/node": "24.12.0",
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"autoprefixer": "10.4.27",
"daisyui": "5.5.19",
"eslint": "8.57.1",
"eslint-config-next": "15.5.13",
"eslint-config-prettier": "10.1.8",
"postcss": "8.5.8",
"prettier": "3.8.1",
"tailwindcss": "3.4.19",
"typescript": "5.9.3"
},
"engines": {
"node": "24.x"
},
"workspaces": [
"packages/downloader"
]
}