-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.36 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
{
"name": "freedomcalculator",
"version": "1.0.0",
"private": true,
"homepage": "https://mscottsewell.github.io/FREEDomCalculator/",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"typecheck": "tsc --noEmit",
"pwa:build": "vite build --mode production",
"pwa:preview": "vite preview --mode production"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-switch": "^1.3.1",
"@radix-ui/react-tabs": "^1.1.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.540.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-error-boundary": "^6.0.0",
"react-is": "^19.0.0",
"recharts": "^3.1.2",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.12",
"@types/node": "^24.10.1",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.0.1",
"autoprefixer": "^10.4.21",
"gh-pages": "^6.3.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2",
"vite": "^6.3.6",
"vite-plugin-pwa": "^1.1.0",
"workbox-window": "^7.3.0"
}
}