-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1 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": "doi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.12",
"@chakra-ui/react": "^2.4.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@reduxjs/toolkit": "^1.9.0",
"axios": "^1.2.0",
"chart.js": "^4.4.0",
"cookies-next": "^2.1.1",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"framer-motion": "^7.6.12",
"grommet": "^2.28.0",
"grommet-icons": "^4.8.0",
"luxon": "^3.2.1",
"next": "13.0.4",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"react-to-print": "^2.14.12",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-promise-middleware": "^6.1.3",
"styled-components": "^5.3.6",
"use-debounce": "^9.0.3"
},
"devDependencies": {
"@iconify/react": "^4.1.0"
}
}