forked from autobrr/autobrr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.77 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.77 KB
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
{
"name": "web",
"version": "0.2.0",
"type": "module",
"private": true,
"homepage": ".",
"packageManager": "pnpm@10.12.4",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0 --color",
"lint:ci": "node ./scripts/eslint-to-sarif.cjs src/ > ../results.sarif || true",
"preview": "vite preview",
"lint:watch": "pnpm run lint -- --watch"
},
"pnpm": {
"overrides": {
"csstype": "3.1.2",
"rollup": "npm:@rollup/wasm-node",
"react": "$react"
}
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.3.0",
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@popperjs/core": "^2.11.8",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-form": "^1.28.6",
"@tanstack/react-query": "^5.96.2",
"@tanstack/react-query-devtools": "^5.29.2",
"@tanstack/react-router": "^1.168.10",
"@tanstack/react-router-devtools": "^1.166.11",
"@tanstack/react-table": "^8.21.3",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@vitejs/plugin-react-swc": "^4.3.0",
"autoprefixer": "^10.4.27",
"buffer": "^6.0.3",
"date-fns": "^4.1.0",
"formik": "^2.4.9",
"goober": "^2.1.18",
"http-proxy-middleware": "^3.0.5",
"i18next": "^26.0.3",
"react": "^19.2.4",
"react-debounce-input": "^3.3.0",
"react-dom": "^19.2.4",
"react-i18next": "^17.0.2",
"react-multi-select-component": "^4.3.4",
"react-popper-tooltip": "^4.4.2",
"react-ridge-state": "4.2.9",
"react-select": "^5.10.2",
"react-textarea-autosize": "^8.5.9",
"stacktracey": "^2.2.0",
"tailwind-lerp-colors": "1.2.6",
"tailwindcss": "^4.2.2",
"workbox-window": "^7.4.0",
"zod": "^4.3.6",
"zod-formik-adapter": "^2.0.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@rollup/wasm-node": "^4.60.1",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@vitejs/plugin-react-swc": "^4.3.0",
"eslint": "^10.2.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-watch": "^8.0.0",
"globals": "^17.4.0",
"ts-node": "^10.9.2",
"typescript": "^6.0.2",
"vite": "^8.0.3",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-svgr": "^5.2.0"
}
}