-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.65 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
{
"name": "team-e2i4-tikitaza-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"postinstall": "husky",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky",
"test": "vitest",
"openapi": "openapi-generator-cli generate -g typescript-axios -i https://api.tikitaza.com/v3/api-docs -o ./src/generated"
},
"dependencies": {
"@openapitools/openapi-generator-cli": "^2.9.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.18.1",
"@types/stompjs": "^2.3.9",
"axios": "^1.6.7",
"event-source-polyfill": "^1.0.31",
"lottie-react": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-highlight": "^0.15.0",
"react-hook-form": "^7.50.1",
"react-router-dom": "^6.22.0",
"react-toastify": "^10.0.2",
"sockjs-client": "^1.6.1",
"storybook": "^7.6.13",
"tailwind-scrollbar-hide": "^1.1.7",
"zustand": "^4.5.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.18.1",
"@tanstack/react-query-devtools": "^5.25.0",
"@types/event-source-polyfill": "^1",
"@types/node": "^20.12.2",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-highlight": "^0",
"@types/sockjs-client": "^1.5.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"vite": "^5.0.8",
"vite-plugin-mkcert": "^1.17.4",
"vitest": "^1.3.0"
},
"lint-staged": {
"./src/**/*.{js,jsx,ts,tsx}": "eslint --cache --fix"
},
"packageManager": "[email protected]"
}