-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.98 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
{
"name": "mailpen-web",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.3.0",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@types/qs": "^6.9.11",
"@types/react-syntax-highlighter": "^15.5.11",
"ahooks": "^3.7.10",
"antd": "^5.14.0",
"await-to-js": "^3.0.0",
"axios": "^1.6.7",
"axios-hooks": "^5.0.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"dotenv": "^16.4.1",
"emoji-mart": "^5.5.2",
"immer": "^10.0.4",
"js-audio-recorder": "^1.0.7",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"nanoid": "^5.0.7",
"node-forge": "^1.3.1",
"qiniu-js": "^3.4.2",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.22.0",
"react-split-pane": "^0.1.92",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.5.0",
"remark-gfm": "^4.0.0",
"rxdb": "^15.14.0",
"rxjs": "^7.8.1",
"socket.io-client": "^4.7.5",
"zustand": "^4.5.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.16",
"@types/node-forge": "^1.3.11",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"less": "^4.2.0",
"postcss-less": "^6.0.0",
"stylelint": "^16.2.1",
"stylelint-config-recess-order": "^4.6.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
}