-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.97 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
{
"name": "helptalk-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint \"**/*.{ts,tsx}\"",
"lint:fix": "eslint --fix \"**/*.{ts,tsx}\""
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.5.4",
"@supabase/supabase-js": "^2.1.1",
"@types/axios": "^0.14.0",
"@types/socket.io-client": "^3.0.0",
"@typescript-eslint/parser": "^5.39.0",
"antd": "^4.23.5",
"antd-mask-input": "^2.0.7",
"axios": "^1.1.3",
"clsx": "^1.2.1",
"dotenv": "^16.0.3",
"echarts": "^5.4.1",
"echarts-for-react": "^3.0.2",
"gapi-script": "^1.2.0",
"json-as-xlsx": "^2.5.3",
"mobx": "^6.6.2",
"mobx-react-lite": "^3.4.0",
"paint-by-the-numbers": "^1.1.0",
"peerjs": "^1.4.7",
"rc-queue-anim": "^2.0.0",
"rc-scroll-anim": "^2.7.6",
"rc-tween-one": "^3.0.6",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-google-login": "^5.2.2",
"react-icons": "^4.4.0",
"react-number-format": "^5.1.3",
"react-particle-animation": "^2.0.2",
"react-router-dom": "^5.3.4",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.1",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.5.4",
"tailwindcss": "^3.1.8",
"tsparticles": "^2.9.3",
"uuid": "^9.0.0",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@types/firebase": "^3.2.1",
"@types/node": "^18.11.9",
"@types/react": "^18.0.27",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.10",
"@types/react-router-dom": "^5.3.3",
"@types/simple-peer": "^9.11.5",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.12",
"firebase": "^9.17.1",
"postcss": "^8.4.17",
"prettier": "^2.7.1",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
}