-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.45 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.45 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
{
"name": "cdinfante",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.19",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.38.0",
"front-matter": "^4.0.2",
"i18next": "^25.10.4",
"i18next-browser-languagedetector": "^8.0.0",
"lucide-react": "^0.577.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-i18next": "^16.6.1",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.13.1",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@biomejs/biome": "2.0.0",
"@playwright/test": "^1.58.2",
"@tailwindcss/vite": "^4.2.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"tailwindcss": "^4.2.1",
"typescript": "^6.0.2",
"vite": "^8.0.5",
"vite-imagetools": "^10.0.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-markdown": "^2.2.0",
"vite-plugin-pwa": "^1.2.0"
},
"overrides": {
"vite-plugin-pwa": {
"vite": "$vite"
},
"glob": "npm:glob@latest",
"serialize-javascript": "npm:serialize-javascript@latest",
"source-map": "^0.7.4",
"sourcemap-codec": "npm:@jridgewell/sourcemap-codec@latest"
}
}