-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
103 lines (103 loc) · 3.29 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "nal-see-front-pwa",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"mock": "npx tsx watch ./src/mocks/http.ts",
"icons": "npx @svgr/cli --template ./svgr.template.cjs --ext tsx --out-dir src/components/icons -- src/assets/icons",
"deploy": "aws s3 sync ./dist s3://nal-see --profile=nal-see-user",
"invalidate": "aws cloudfront create-invalidation --profile=nal-see-user --distribution-id E2E2XKDJOF53CZ --paths \"/*\""
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@mswjs/http-middleware": "^0.9.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@react-three/fiber": "^8.16.0",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.0",
"@types/socket.io": "^3.0.2",
"add": "^2.0.6",
"antd": "^5.15.4",
"antd-mobile": "^5.34.0",
"axios": "^1.6.7",
"carousel": "^0.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"depcheck": "^1.4.7",
"embla-carousel-react": "^8.0.0",
"firebase": "^10.10.0",
"framer-motion": "^11.0.24",
"http-proxy-middleware": "^2.0.6",
"lucide-react": "^0.357.0",
"mock": "^0.1.1",
"msw": "^2.2.3",
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-easy-crop": "^5.0.6",
"react-hook-form": "^7.51.1",
"react-icons": "^5.1.0",
"react-intersection-observer": "^9.8.1",
"react-router-dom": "^6.22.3",
"react-slick": "^0.30.2",
"react-spinners": "^0.13.8",
"react-spring-bottom-sheet": "^3.4.1",
"react-toastify": "^10.0.4",
"shadcn-ui": "^0.8.0",
"slick-carousel": "^1.8.1",
"sockjs-client": "^1.6.1",
"sonner": "^1.4.41",
"stompjs": "^2.3.3",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.2.1",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwind-styled-components": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"vite-tsconfig-paths": "^4.3.1",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.11.27",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-slick": "^0.23.13",
"@types/sockjs-client": "^1.5.4",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"cors": "^2.8.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-tailwindcss": "^3.15.1",
"express": "^4.18.3",
"postcss": "^8.4.35",
"prettier": "3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-pwa": "^0.19.2",
"vite-plugin-svgr": "^4.2.0"
},
"msw": {
"workerDirectory": [
"public"
]
}
}