-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.78 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.78 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
{
"name": "emerald",
"version": "1.0.0",
"private": true,
"author": "MGSimard <mgsimard.dev@gmail.com> (https://mgsimard.dev)",
"description": "Emerald est une application de suivi local-first, optimisée pour gérer le progrès des Avis de recherche sur Dofus.",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/MGSimard/emerald.git"
},
"keywords": [
"emerald",
"emeraude",
"dofus",
"avis de recherche",
"bounty quests",
"tracker",
"dexie.js",
"local-first"
],
"bugs": {
"url": "https://github.com/MGSimard/emerald/issues"
},
"homepage": "https://github.com/MGSimard/emerald#readme",
"scripts": {
"start": "vite --port 3000",
"build": "vite build && tsc",
"serve": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"@tanstack/react-router": "^1.112.0",
"@tanstack/router-devtools": "^1.112.0",
"@tanstack/router-plugin": "^1.112.3",
"dexie": "^4.0.11",
"dexie-react-hooks": "^1.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sonner": "^2.0.1"
},
"devDependencies": {
"@types/eslint": "^9.6.1",
"@types/node": "^22.13.8",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
"eslint": "^9.21.0",
"eslint-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
"typescript": "^5.8.2",
"typescript-eslint": "^8.25.0",
"vite": "^6.2.0"
},
"packageManager": "pnpm@10.4.1",
"engines": {
"node": ">=21.2.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}