-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
74 lines (74 loc) · 2.21 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "better-nothing-glyph-composer",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://krishnagopal-sinha.github.io/better-nothing-glyph-composer/",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build && cp dist/index.html dist/404.html",
"lint": "eslint .",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@swc/helpers": "^0.5.12",
"@types/base-64": "^1.0.2",
"@types/meyda": "^4.3.8",
"@types/pako": "^2.0.3",
"@types/supports-color": "^8.1.3",
"@types/utf8": "^3.0.3",
"@use-gesture/react": "^10.3.1",
"@wavesurfer/react": "^1.0.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"js-file-download": "^0.4.12",
"lucide-react": "^0.427.0",
"meyda": "^5.6.3",
"nanoid": "^5.0.7",
"next-themes": "^0.3.0",
"pako": "^2.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-spring": "^9.7.4",
"sonner": "^1.5.0",
"supports-color": "^9.4.0",
"tailwind-merge": "^2.5.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"use-file-picker": "^2.1.2",
"zundo": "^2.1.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@types/eslint": "^9",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"gh-pages": "^6.1.1",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9",
"typescript-eslint": "^8.0.0",
"vite": "^5.4.0",
"vite-plugin-chunk-split": "^0.5.0"
}
}