forked from WE-ARE-RACCOONS/postgraduate-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) ยท 1.48 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
{
"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 ."
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.18",
"@mui/styled-engine-sc": "^6.0.0-alpha.6",
"@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",
"prettier": "3.0.3",
"react": "18.2.0",
"react-calendar": "^4.7.0",
"react-cookie": "6.1.1",
"react-dom": "18.2.0",
"styled-components": "6.1.0",
"swiper": "11.0.5"
},
"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",
"@types/jquery": "^3.5.29",
"@types/node": "20",
"@types/react": "18",
"@types/react-dom": "18",
"@types/styled-components": "5.1.28",
"eslint": "8",
"eslint-config-next": "14.0.1",
"jest": "29.7.0",
"typescript": "5.2.2"
}
}