-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.07 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
{
"name": "ttbkk-web",
"version": "0.2.0",
"private": false,
"type": "module",
"author": "siner308",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src",
"preview": "vite preview",
"prepare": "husky"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.11",
"@react-oauth/google": "^0.11.1",
"@supabase/supabase-js": "^2.45.4",
"@tanstack/react-query": "^5.59.0",
"axios": "^1.7.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.2.0",
"react-kakao-maps-sdk": "1.1.21",
"recoil": "^0.7.7",
"stylelint-config-standard-scss": "^12.0.0"
},
"devDependencies": {
"@stylistic/eslint-plugin-jsx": "^2.3.0",
"@stylistic/eslint-plugin-ts": "^2.3.0",
"@tanstack/eslint-plugin-query": "^5.51.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"kakao.maps.d.ts": "^0.1.40",
"lint-staged": "^15.2.7",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"stylelint": "^16.7.0",
"stylelint-config-concentric-order": "^5.2.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^14.0.1",
"stylelint-prettier": "^5.0.2",
"stylelint-scss": "^6.5.0",
"tailwindcss": "^3.4.1",
"typescript": "5.5.4",
"vite": "5.4.8"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"homepage": "https://ttbkk.com",
"bugs": "https://github.com/ttbkk-univ/ttbkk-web/issues",
"readme": "https://github.com/ttbkk-univ/ttbkk-web/blob/main/README.md",
"repository": "https://github.com/ttbkk-univ/ttbkk-web"
}