-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 981 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 981 Bytes
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
{
"name": "zwallet-next",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.0",
"echarts": "^5.3.3",
"echarts-for-react": "^3.0.2",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-react-hooks": "^4.2.1-rc.0-next-64223fed8-20220210",
"next": "^12.0.10",
"react": "17.0.2",
"react-bootstrap": "^2.1.2",
"react-dom": "17.0.2",
"react-loading": "^2.0.3",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-promise-middleware": "^6.1.2",
"sweetalert2": "^11.4.0"
},
"devDependencies": {
"@typescript-eslint/parser": "^5.10.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"eslint-plugin-import": "^2.25.4",
"typescript": "^4.5.5"
}
}