This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
88 lines (88 loc) · 2.77 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
{
"name": "talk-vite",
"private": true,
"version": "2.1.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@microsoft/fetch-event-source": "^2.0.1",
"@nextui-org/react": "^2.3.5",
"@tanstack/react-virtual": "^3.0.0-beta.60",
"@types/highlight.js": "^10.1.0",
"@types/markdown-it": "^13.0.2",
"@types/markdown-it-emoji": "^2.0.2",
"axios": "1.6.0",
"crypto-js": "4.2.0",
"date-fns": "^2.30.0",
"downshift": "^8.1.0",
"framer-motion": "^11.1.5",
"granim": "^2.0.0",
"highlight.js": "^11.8.0",
"highlightjs-copy": "^1.0.5",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",
"markdown-it-emoji": "^2.0.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-multimd-table": "^4.2.3",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-countdown": "^2.3.5",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.4",
"react-icons": "^4.10.1",
"react-nice-avatar": "^1.4.1",
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"semver": "^7.5.4",
"valtio": "^1.11.2",
"wavesurfer.js": "^7.3.0"
},
"devDependencies": {
"@iconify/json": "^2.2.196",
"@iconify/tailwind": "^0.1.4",
"@tailwindcss/typography": "^0.5.9",
"@types/crypto-js": "^4.1.1",
"@types/gradient-string": "^1.1.2",
"@types/granim": "^2.0.1",
"@types/lodash": "^4.14.198",
"@types/markdown-it-footnote": "^3.0.1",
"@types/markdown-it-link-attributes": "^3.0.2",
"@types/node": "^20.5.0",
"@types/react": "^18.2.15",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.6",
"@types/react-virtualized": "^9.21.22",
"@types/react-window": "^1.8.5",
"@types/uuid": "^9.0.2",
"@types/wavesurfer.js": "^6.0.6",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-valtio": "^0.6.2",
"postcss": "8.4.32",
"postcss-import": "^15.1.0",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "5.0.13",
"vite-plugin-svgr": "^4.0.0"
}
}