forked from ossie020/chatbot-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.47 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
{
"name": "chatbot-web",
"type": "module",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"post-publish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
},
"dependencies": {
"antd": "^5.12.1",
"buffer": "^6.0.3",
"cropperjs": "^1.6.1",
"firebase": "^10.7.1",
"hox": "^2.1.1",
"ky": "^1.1.3",
"lottie-react": "^2.4.0",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"png-chunk-text": "^1.0.0",
"png-chunks-extract": "^1.0.0",
"react": "^18.2.0",
"react-cropper": "^2.3.3",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.20.1",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.4.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.10.4",
"@types/nprogress": "^0.2.3",
"@types/numeral": "^2.0.5",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-syntax-highlighter": "^15.5.11",
"@unocss/reset": "^0.58.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"prettier": "^3.1.1",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.9",
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"vite": "^5.0.10"
}
}