-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.06 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
71
72
{
"name": "bookdo7star_fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"test": "jest"
},
"dependencies": {
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@mui/base": "5.0.0-beta.40",
"@mui/icons-material": "^5.16.6",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.6",
"@mui/system": "5.16.6",
"@mui/x-data-grid": "7.12.0",
"@reduxjs/toolkit": "2.2.7",
"@types/react-toastify": "4.1.0",
"@types/uuid": "10.0.0",
"axios": "1.7.4",
"date-fns": "^4.1.0",
"next": "14.2.5",
"next-redux-wrapper": "8.1.0",
"rc-tree": "5.10.1",
"react": "^18",
"react-dom": "^18",
"react-multi-carousel": "^2.8.5",
"react-redux": "9.1.2",
"react-toastify": "^10.0.5",
"redux": "5.0.1",
"redux-saga": "1.3.0",
"styled-components": "^6.1.12",
"uuid": "11.0.3"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@next/eslint-plugin-next": "14.2.5",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/redux-mock-store": "1.0.6",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.3.3",
"redux-mock-store": "1.5.4",
"typescript": "^5.4.5"
}
}