-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 871 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 871 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
{
"name": "refract",
"private": true,
"version": "0.1.0",
"description": "Apple-style liquid glass for the web, as a React kit. Refracts the real content behind it.",
"type": "module",
"homepage": "https://etm-code.github.io/refract/",
"repository": { "type": "git", "url": "https://github.com/ETM-Code/refract" },
"license": "MIT",
"keywords": ["liquid-glass", "glassmorphism", "react", "backdrop-filter", "svg-filter", "ui-kit", "apple", "refraction"],
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"framer-motion": "^12.40.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.5"
}
}