-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "fuzzy-react-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.10.5",
"@mui/styled-engine-sc": "^5.10.1",
"@reduxjs/toolkit": "^1.8.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"antd": "^4.23.1",
"axios": "^0.27.2",
"classnames": "^2.3.2",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"immutable": "^5.0.0-beta.4",
"next": "^13.5.6",
"next-images": "^1.8.5",
"normalize.css": "^8.0.1",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-transition-group": "^4.4.5",
"styled-component": "^2.8.0",
"styled-components": "^6.1.0",
"underscore": "^1.13.4",
"web-vitals": "^2.1.4"
}
}