-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
40 lines (40 loc) · 983 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
40
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "^1.6.2",
"chart.js": "^4.4.0",
"date-fns": "^2.30.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"next": "^14.0.2",
"next-i18next": "^8.5.5",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-is": "^18.2.0",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"styled-components": "^6.1.1",
"universal-cookie": "^6.1.1"
},
"devDependencies": {
"@types/date-fns": "^2.6.0",
"@types/lodash": "^4.14.201",
"@types/md5": "^2.3.5",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-redux": "^7.1.30",
"@types/redux": "^3.6.0",
"@types/styled-components": "^5.1.30",
"typescript": "^5.2.2"
},
"license": "MIT"
}