-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.21 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.21 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
{
"name": "rest-express",
"version": "1.0.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "tsc",
"knip": "knip"
},
"dependencies": {
"@radix-ui/react-toast": "^1.2.2",
"@replit/vite-plugin-shadcn-theme-json": "^0.0.4",
"@tanstack/react-query": "^5.90.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dompurify": "^3.4.0",
"framer-motion": "^12.23.25",
"lucide-react": "^0.453.0",
"pdfjs-dist": "^5.6.205",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"wouter": "^3.3.5"
},
"devDependencies": {
"@replit/vite-plugin-cartographer": "^0.0.11",
"@replit/vite-plugin-runtime-error-modal": "^0.0.3",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "20.19.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.20",
"knip": "^6.4.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"tsx": "^4.19.1",
"typescript": "5.6.3",
"vite": "^8.0.7"
}
}