-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 KB
/
package.json
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
49
{
"name": "ucodia.space",
"version": "1.0.0",
"author": "Lionel Ringenbach / @ucodia",
"type": "module",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@mdx-js/react": "^3.0.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"chroma-js": "^3.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"flowtime": "^1.2.4",
"lil-gui": "^0.20.0",
"lucide-react": "^0.419.0",
"p5": "^1.5.0",
"p5.js-svg": "^1.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-resize-detector": "^11.0.1",
"react-router-dom": "^6.8.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"u5js": "^0.6.1"
},
"devDependencies": {
"@mdx-js/rollup": "^3.0.1",
"@tailwindcss/typography": "^0.5.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.20",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9",
"vite": "^5.4.0",
"vite-plugin-qrcode": "^0.2.3",
"vite-plugin-svgr": "^4.2.0"
}
}