-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.99 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "bibot-admin",
"version": "0.1.0",
"author": "Woojin Son",
"license": "MIT",
"private": true,
"scripts": {
"local": "env-cmd -f .env.localhost next dev",
"dev": "NODE_OPTIONS='--inspect' env-cmd -f .env.localhost next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint-fix": "next lint --fix"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.0.17",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.129",
"@mui/material": "^5.13.0",
"@mui/styles": "^5.12.3",
"@mui/system": "^5.12.3",
"@mui/x-data-grid": "^6.6.0",
"@mui/x-date-pickers": "^6.4.0",
"@tanstack/react-query": "^4.29.12",
"@tanstack/react-query-devtools": "^4.29.12",
"@types/js-cookie": "^3.0.3",
"@types/jsonwebtoken": "^9.0.2",
"@types/keycloak-js": "^3.4.1",
"@types/node": "20.1.0",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.4",
"@types/uuid": "^9.0.1",
"add": "^2.0.6",
"apexcharts": "^3.40.0",
"axios": "^1.4.0",
"cross-env": "^7.0.3",
"date-fns": "^2.30.0",
"dayjs": "^1.11.8",
"env-cmd": "^10.1.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"formik": "^2.2.9",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.0",
"keycloak-js": "^21.1.1",
"next": "13.2.3",
"next-auth": "^4.22.1",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1",
"qs": "^6.11.1",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-keycloak": "^8.0.1-191210",
"recoil": "^0.7.7",
"recoil-persist": "^4.2.0",
"simplebar-react": "^3.2.4",
"sweetalert2": "^11.7.10",
"typescript": "5.0.4",
"uuid": "^9.0.0",
"yarn": "^1.22.19",
"yup": "^1.1.1"
},
"devDependencies": {
"@types/nprogress": "^0.2.0"
}
}