-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.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
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
78
79
{
"name": "travely",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --fix",
"format": "prettier . --write",
"preview": "vite preview",
"type-check": "tsc --noEmit --skipLibCheck",
"prepare": "npx lefthook install && cp .github/hooks/byulBash.sh .git/hooks/prepare-commit-msg && chmod +x .git/hooks/prepare-commit-msg",
"lefthook": "lefthook run pre-commit && cp .github/hooks/byulBash.sh .git/hooks/prepare-commit-msg && chmod +x .git/hooks/prepare-commit-msg"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"dependencies": {
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.3",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@tanstack/react-query": "^5.56.2",
"axios": "^1.7.7",
"bsck": "^1.0.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"firebase": "^10.14.1",
"lucide-react": "^0.441.0",
"openai": "^4.63.0",
"openai-memory": "^1.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.1",
"react-quill-new": "^3.3.3",
"react-router-dom": "^6.26.2",
"swiper": "^11.1.14",
"uuid": "^10.0.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.12.0",
"@emotion/babel-preset-css-prop": "^11.12.0",
"@emotion/react": "^11.13.3",
"@eslint/js": "^9.9.0",
"@tanstack/eslint-plugin-query": "^5.56.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-order": "^2.1.4",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"import-order": "^0.0.7",
"lefthook": "^1.7.18",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"typescript": "5.5.4",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
}
}