-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 835 Bytes
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
{
"name": "messmate",
"version": "2.2",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/engrshuvodas/MessMate.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/engrshuvodas/MessMate/issues"
},
"homepage": "https://github.com/engrshuvodas/MessMate#readme",
"dependencies": {
"@ant-design/icons": "^6.1.0",
"@ant-design/plots": "^2.6.8",
"antd": "^6.2.3",
"axios": "^1.13.5",
"dayjs": "^1.11.19",
"react-router-dom": "^7.13.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vitejs/plugin-react": "^5.1.3",
"vite": "^7.3.1"
}
}