-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "coffee-delivery",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext .ts,.tsx",
"build-tokens": "style-dictionary build"
},
"dependencies": {
"@tanstack/react-query": "^4.24.10",
"axios": "^1.3.4",
"dayjs": "^1.11.7",
"framer-motion": "^9.1.6",
"i18next": "^22.4.10",
"immer": "^9.0.19",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.2",
"react-router-dom": "^6.8.1",
"react-toastify": "^9.1.1",
"styled-components": "^5.3.6",
"use-sound": "^4.0.1",
"zod": "^3.20.6",
"zod-i18n-map": "^2.7.0",
"zod-validation-error": "^1.0.1"
},
"devDependencies": {
"@types/node": "^18.14.1",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.34.0",
"eslint-plugin-react": "^7.32.2",
"style-dictionary": "^3.7.2",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}