-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.51 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "mirage",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:dev": "vite build --mode development",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build:storybook": "storybook build",
"format": "prettier --write .",
"prettier": "prettier --check .",
"lint": "eslint .",
"commit": "commit",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
},
"dependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@emoji-mart/data": "^1.2.1",
"@floating-ui/react": "^0.26.25",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@wavesurfer/react": "^1.0.7",
"axios": "^1.7.7",
"boring-avatars": "^1.11.2",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"eslint-plugin-prettier": "^5.2.1",
"file-saver": "^2.0.5",
"framer-motion": "^11.11.11",
"immutable": "^5.0.0-rc.2",
"matrix-js-sdk": "^34.9.0",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.27.0",
"react-svg": "^16.1.33",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-animation-delay": "^2.0.1",
"tippy.js": "^6.3.7",
"url": "^0.11.4",
"wavesurfer.js": "^7.8.8",
"web-vitals": "^4.2.4",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-flow": "^7.26.0",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@chromatic-com/storybook": "3.2.0",
"@commitlint/prompt-cli": "^19.5.0",
"@eslint/compat": "^1.2.2",
"@html-eslint/eslint-plugin": "^0.27.0",
"@html-eslint/parser": "^0.27.0",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-onboarding": "^8.3.6",
"@storybook/blocks": "^8.3.6",
"@storybook/react": "^8.3.6",
"@storybook/react-vite": "^8.3.6",
"@storybook/test": "^8.3.6",
"@testing-library/dom": "^10.4.0",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.12.0",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"commitizen": "^4.3.1",
"eslint": "9.14.0",
"eslint-config-love": "^96.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-array-func": "^5.0.2",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-functional": "^7.1.0",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-no-use-extend-native": "^0.7.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-storybook": "^0.10.2",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-write-good-comments": "^0.2.0",
"husky-init": "8.0.0",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prop-types": "^15.8.1",
"storybook": "^8.4.3",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.0",
"vite": "^5.4.10",
"vite-react-jsx": "^1.1.2",
"webpack": "^5.96.1"
}
}