-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.55 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
{
"name": "matcha-overlay",
"version": "3.5.0",
"private": true,
"dependencies": {
"@base-ui/react": "^1.6.0",
"@tailwindcss/vite": "^4.3.1",
"@thewakingsands/xivapi-v2": "^1.0.0",
"axios": "^0.21.1",
"class-variance-authority": "^0.7.1",
"classnames": "^2.3.1",
"clsx": "^2.1.1",
"debounce": "^1.2.0",
"events": "^3.2.0",
"immutable": "^4.0.0",
"lru-cache": "^6.0.0",
"lucide-react": "^1.21.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"recoil": "^0.7.2",
"sass": "^1.86.0",
"shadcn": "^4.11.0",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.8.2",
"uuid": "^8.3.2"
},
"homepage": ".",
"scripts": {
"start": "vite",
"build": "vite build",
"predeploy": "npm run build",
"staging": "npm run build -- --staging && bash ./deploy.sh --staging",
"deploy": "bash ./deploy.sh",
"lint": "biome check . --fix"
},
"devDependencies": {
"@types/debounce": "^1.2.0",
"@types/events": "^3.0.0",
"@types/leaflet": "^1.7.9",
"@types/lru-cache": "^5.1.0",
"@types/node": "^22.13.14",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/recoil": "^0.0.9",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react-swc": "^3.3.2",
"dotenv": "^16.0.0",
"typed-emitter": "^1.3.0",
"vite": "^6.2.4"
},
"imports": {
"#components/*": "./src/components/*.tsx",
"#lib/*": "./src/lib/*.ts",
"#hooks/*": "./src/hooks/*.ts"
},
"packageManager": "yarn@4.8.1"
}