-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.47 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.47 KB
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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/resource-timeline": "^6.1.8",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"eslint-config-next": "13.4.13",
"file-saver": "^2.0.5",
"jwt-decode": "^3.1.2",
"lodash.debounce": "^4.0.8",
"next": "^13.4.13",
"postcss": "8.4.27",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"tailwindcss": "3.3.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/file-saver": "^2.0.5",
"@types/lodash.debounce": "^4.0.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.1",
"lint-staged": "^14.0.0",
"prettier": "2.8",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwind-styled-components": "^2.2.0",
"typescript": "^5.1.6"
}
}