-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 906 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 906 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
{
"name": "vaso",
"version": "0.4.0",
"description": "Glass effect for React",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "pnpm next site",
"build": "rm -rf dist && bunchee",
"prepublishOnly": "pnpm build"
},
"author": "huozhi",
"license": "MIT",
"packageManager": "pnpm@9.15.9",
"devDependencies": {
"@react-spring/web": "^10.0.1",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "24.0.7",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"bunchee": "^6.5.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.525.0",
"next": "^16.1.1",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.1.11"
},
"peerDependencies": {
"react": "^18 || ^19"
}
}