-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
{
"name": "c",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@antv/g2plot": "^2.4.32",
"@emotion/styled": "^11.13.5",
"@frigade/react": "^2.6.3",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.1.2",
"@react-google-maps/api": "^2.19.3",
"@stripe/react-stripe-js": "^3.0.0",
"@stripe/stripe-js": "^5.2.0",
"antd": "^5.22.3",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"bootstrap": "^5.3.3",
"dayjs": "^1.11.13",
"js-cookie": "^3.0.5",
"json": "^11.0.0",
"jwt-decode": "^4.0.0",
"moment": "^2.30.1",
"nodemailer": "^6.9.15",
"qs": "^6.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.16.0",
"react-router-dom": "^7.0.2",
"react-scripts": "^5.0.1",
"stripe": "^17.4.0",
"use-sync-external-store": "^1.4.0",
"web-vitals": "^4.2.4"
}
}