-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.96 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
{
"name": "pocket-prompt-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://ai-surfers.github.io/resp",
"scripts": {
"dev": "vite --host",
"prod": "vite --mode production",
"build": "tsc -b && vite build",
"build:dev": "tsc -b && vite build --mode development",
"lint": "eslint .",
"preview": "vite preview",
"svgr": "npx @svgr/cli -d src/assets/svg --ignore-existing --typescript --no-dimensions public/svg",
"update-submodule": "git submodule update --remote"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@portone/browser-sdk": "^0.0.9",
"@sentry/react": "^8.35.0",
"@sentry/vite-plugin": "^2.22.6",
"@tanstack/react-query": "^5.55.4",
"@types/react-slick": "^0.23.13",
"antd": "^5.20.1",
"axios": "^1.7.4",
"firebase": "^10.13.1",
"iconsax-react": "^0.0.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-gtm-module": "^2.0.11",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.53.1",
"react-markdown": "^9.0.1",
"react-responsive": "^10.0.0",
"react-router-dom": "^6.26.0",
"react-slick": "^0.30.2",
"recoil": "^0.7.7",
"styled-components": "^6.1.11",
"styled-reset": "^4.5.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-gtm-module": "^2.0.4",
"@types/react-responsive": "^8.0.8",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.8.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0",
"vite": "^5.4.0",
"vite-plugin-svgr": "^4.2.0"
}
}