-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.14 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
{
"name": "meridian-world-clock",
"version": "1.0.0",
"private": true,
"description": "Atomic-precision world clock SaaS platform — 7M+ locations, 58 languages",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives",
"type-check": "tsc --noEmit",
"test": "vitest",
"test:ui": "vitest --ui",
"sitemap": "node scripts/generate-sitemap.js"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.1",
"react-helmet-async": "^2.0.5",
"zustand": "^4.5.4",
"framer-motion": "^11.3.19",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.4.0",
"vite-plugin-sitemap": "^0.6.1",
"eslint": "^9.8.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"vitest": "^2.0.5",
"@vitest/ui": "^2.0.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41"
}
}