-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.52 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
42
43
44
45
46
47
48
49
50
51
{
"private": true,
"scripts": {
"dev": "next",
"lint": "next lint",
"prettier": "prettier --write .",
"prettier:check": "prettier --check .",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "1.8.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"axios": "^0.27.2",
"axios-hooks": "^3.1.2",
"chakra-react-select": "^3.3.8",
"color-hash": "^2.0.1",
"cookie": "^0.5.0",
"core-js": "^3.22.8",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"framer-motion": "^6",
"jose": "^4.8.1",
"next": "^12.1.6",
"react": "^17.0.2",
"react-big-calendar": "^1.4.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^17.0.2",
"react-icons": "^4.4.0",
"react-schedule-selector": "^2.0.0",
"react-table": "^7.8.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/color-hash": "^1.0.2",
"@types/cookie": "^0.5.1",
"@types/node": "^14.6.0",
"@types/react": "^17.0.3",
"@types/react-big-calendar": "^0.38.1",
"@types/react-dom": "^17.0.3",
"@types/react-table": "^7.7.12",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"typescript": "4.3.2"
}
}