-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.91 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": "tteokguk-please",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"prepare": "panda codegen",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"postinstall": "husky install",
"preview": "vite preview"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint",
"prettier --check"
],
"*.{css,json,html}": "prettier --check"
},
"reactSnap": {
"crawl": true,
"include": [
"/",
"/tteokguks",
"/tteokguk/create",
"/my-page",
"/my-page/activity",
"/user/search",
"/users"
]
},
"dependencies": {
"@sentry/react": "^7.100.1",
"@sentry/tracing": "^7.100.1",
"@toss/use-overlay": "^1.3.8",
"classnames": "^2.5.1",
"jotai": "^2.6.2",
"jotai-tanstack-query": "^0.8.2",
"jwt-decode": "^4.0.0",
"ky": "^1.2.0",
"lottie-react": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-router-dom": "^6.21.2",
"react-tabs": "^6.0.2",
"sonner": "^1.3.1"
},
"devDependencies": {
"@pandacss/dev": "^0.27.1",
"@types/gtag.js": "^0.0.19",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"dotenv": "^16.3.1",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"react-helmet-async": "^2.0.4",
"react-snap": "^1.23.0",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-radar": "^0.9.3",
"vite-plugin-svgr": "^4.2.0"
}
}