-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 965 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
{
"name": "antnext",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.17.0",
"@ant-design/icons": "^5.2.6",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@reduxjs/toolkit": "^1.9.7",
"antd": "^5.9.4",
"axios": "^1.5.1",
"next": "latest",
"next-intl": "2.15.0-beta.5",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.4.2",
"react": "latest",
"react-dom": "latest",
"react-if": "^4.1.5",
"react-redux": "^8.1.3",
"redux-logger": "^3.0.6"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/redux-logger": "^3.0.10",
"eslint": "latest",
"eslint-config-next": "latest",
"typescript": "latest"
}
}