-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.78 KB
/
package.json
File metadata and controls
64 lines (64 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
{
"name": "kaleidoswap-landing",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"i18n:sync": "node scripts/sync-translations.mjs"
},
"dependencies": {
"clsx": "^2.1.1",
"dompurify": "^3.4.1",
"framer-motion": "^12.38.0",
"front-matter": "^4.0.2",
"i18next": "^25.8.20",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.2",
"lucide-react": "^0.468.0",
"marked": "^18.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-i18next": "^16.5.8",
"react-router-dom": "^7.13.1",
"simple-icons": "^14.15.0",
"tailwind-merge": "^2.6.1"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@tailwindcss/typography": "^0.5.19",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/dompurify": "^3.0.5",
"@types/marked": "^5.0.2",
"@types/node": "^22.19.15",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^4.1.0",
"autoprefixer": "^10.4.27",
"class-variance-authority": "^0.7.1",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^15.15.0",
"jsdom": "^27.4.0",
"postcss": "^8.5.8",
"tailwindcss": "^3.4.19",
"typescript": "~5.6.3",
"typescript-eslint": "^8.57.1",
"vite": "^6.4.1",
"vitest": "^4.1.0"
}
}