-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
66 lines (66 loc) · 1.83 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
{
"name": "silo",
"private": true,
"version": "1.7.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"dev:ext": "wxt",
"build:chrome": "wxt build -b chrome",
"zip:chrome": "wxt zip -b chrome",
"build:edge": "wxt build -b edge",
"zip:edge": "wxt zip -b edge"
},
"dependencies": {
"@vercel/analytics": "^1.4.0",
"ahooks": "^3.8.1",
"ai": "^3.3.7",
"axios": "^1.7.4",
"crypto-js": "^4.2.0",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"jotai": "^2.9.3",
"katex": "^0.16.11",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.2",
"react-markdown": "^9.0.1",
"react-masonry-css": "^1.0.16",
"react-router-dom": "^6.26.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sortablejs": "^1.15.2",
"tdesign-react": "^1.7.9"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.8.1",
"@eslint/js": "^9.9.0",
"@iconify-json/logos": "^1.1.44",
"@iconify-json/mingcute": "^1.1.20",
"@iconify-json/ri": "^1.1.22",
"@iconify/tailwind": "^1.1.3",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@wxt-dev/module-react": "^1.1.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"sass": "^1.77.8",
"tailwindcss": "^3.4.10",
"vite": "^5.4.1",
"wxt": "^0.19.7"
}
}