-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1014 Bytes
/
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
{
"name": "14-bike",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "next start",
"dev": "next dev",
"build": "next build"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.5",
"@mui/x-date-pickers": "^6.18.6",
"@reduxjs/toolkit": "^2.0.1",
"antd": "^5.2.2",
"axios": "^1.2.1",
"bootstrap": "5.2.1",
"dayjs": "^1.11.7",
"firebase": "^10.7.1",
"material-icons": "^1.13.12",
"moment": "^2.29.4",
"next": "13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.7",
"react-redux": "^9.0.4",
"react-router-dom": "6",
"sweetalert2": "^11.6.15"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^4.2.1",
"sass": "^1.55.0",
"vite": "^5.0.10"
}
}