-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) ยท 1.35 KB
/
package.json
File metadata and controls
50 lines (50 loc) ยท 1.35 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
42
43
44
45
46
47
48
49
50
{
"name": "project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/joy": "^5.0.0-beta.51",
"@mui/material": "^6.2.0",
"@mui/system": "^6.2.0",
"@mui/x-date-pickers": "^7.23.1",
"@reduxjs/toolkit": "^2.5.0",
"axios": "^1.7.9",
"clsx": "^2.1.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.13",
"framer-motion": "^11.15.0",
"next": "15.0.3",
"overlay-kit": "^1.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.2.0",
"react-router-dom": "^7.0.2",
"react-toastify": "^11.0.2",
"redux": "^5.0.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.17.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-typescript": "^0.14.0",
"typescript": "~5.5"
}
}