-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (75 loc) · 2.38 KB
/
package.json
File metadata and controls
76 lines (75 loc) · 2.38 KB
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
75
76
{
"name": "lyrictor",
"version": "0.1.0",
"private": true,
"dependencies": {
"@adobe/react-spectrum": "^3.32.2",
"@fontsource-variable/big-shoulders-inline-display": "^5.0.19",
"@fontsource-variable/caveat": "^5.0.17",
"@fontsource-variable/comfortaa": "^5.0.19",
"@fontsource-variable/dancing-script": "^5.0.17",
"@fontsource-variable/darker-grotesque": "^5.0.4",
"@fontsource-variable/edu-nsw-act-foundation": "^5.0.8",
"@fontsource-variable/inter": "^5.0.17",
"@fontsource-variable/merienda": "^5.0.12",
"@fontsource-variable/montserrat": "^5.0.18",
"@fontsource-variable/open-sans": "^5.0.28",
"@fontsource-variable/red-hat-display": "^5.0.20",
"@fontsource-variable/roboto-mono": "^5.0.18",
"@react-hook/window-size": "^3.0.7",
"@react-spectrum/toast": "^3.0.0-beta.10",
"@types/howler": "^2.2.4",
"@types/node": "^16.7.13",
"@types/react": "^19",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^19",
"@types/react-outside-click-handler": "^1.3.3",
"@vercel/analytics": "^1.2.2",
"draft-js": "^0.11.7",
"firebase": "^12.10.0",
"format-duration": "^1.4.0",
"framer-motion": "^11.11.9",
"howler": "^2.2.3",
"konva": "^8.3.2",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"re-resizable": "^6.9.17",
"react": "^19",
"react-color": "^2.19.3",
"react-dom": "^19",
"react-dropzone": "^12.0.4",
"react-hooks-use-previous": "^1.0.0-rc2",
"react-konva": "^19.0.0",
"react-konva-utils": "^2.0.0",
"react-outside-click-handler": "^1.3.0",
"react-router-dom": "^6.22.2",
"react-scrollbars-custom": "^4.1.1",
"react-social-login-buttons": "^3.6.0",
"react-type-animation": "^3.2.0",
"react-use-audio-player": "^1.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.4",
"use-image": "^1.1.1",
"waveform-data": "^4.4.0",
"zustand": "^4.4.7"
},
"resolutions": {
"@swc/helpers": "^0.5.0",
"immutable": "^3.8.3"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/draft-js": "^0.11.9",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.7",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "^1.0.0",
"vite": "^6.2.2"
}
}