-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) ยท 2.26 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
73
74
75
76
77
{
"name": "postgraduate-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore .",
"lint:fix": "next lint --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.9.0",
"@mui/material": "^6.1.9",
"@reactour/mask": "^1.1.0",
"@reactour/tour": "^3.7.0",
"@sentry/nextjs": "^8.41.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"axios": "^1.6.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
"jotai": "^2.5.1",
"jquery": "^3.7.1",
"next": "13.5.4",
"nuqs": "^1.20.0",
"overlay-kit": "^1.4.1",
"prettier": "3.0.3",
"react": "18.2.0",
"react-calendar": "^4.7.0",
"react-cookie": "6.1.1",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.52.2",
"sharp": "^0.33.5",
"styled-components": "6.1.0",
"swiper": "11.0.5",
"yup": "^1.4.0"
},
"devDependencies": {
"@swc-jotai/react-refresh": "^0.1.0",
"@swc/core": "1.3.93",
"@swc/jest": "0.2.29",
"@tanstack/eslint-plugin-query": "4.36.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
"@types/jquery": "^3.5.29",
"@types/node": "20",
"@types/react": "18",
"@types/react-dom": "18",
"@types/styled-components": "5.1.28",
"@types/tailwindcss": "^3.0.11",
"autoprefixer": "^10.4.20",
"eslint": "8",
"eslint-config-next": "14.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-router-mock": "^0.9.13",
"postcss": "^8.4.49",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.16",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "5.2.2"
}
}