-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1018 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1018 Bytes
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
{
"name": "databuddy-analytics",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "ultracite check",
"preview": "vite preview",
"pack": "npx framer-plugin-tools@latest pack"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@phosphor-icons/react": "^2.1.7",
"@tailwindcss/vite": "^4.1.18",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-plugin": "^3",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"vite-plugin-mkcert": "^1"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@types/node": "^25.0.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3",
"globals": "^15.9.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.3",
"ultracite": "6.5.0",
"vite": "^6",
"vite-plugin-framer": "^1"
}
}