-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 4.2 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "simple-school",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"build": "tsc -b && vite build",
"lint": "eslint src",
"preview": "vite preview",
"codegen": "openapi-rq -i ./openapi.yaml -o src/openapi",
"generate-pwa-assets": "pwa-assets-generator",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"prepare": "husky",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest --ui -w",
"build-storybook": "storybook build"
},
"dependencies": {
"@fontsource/roboto": "^5.1.1",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-web": "^0.45.0",
"@opentelemetry/context-zone": "^1.30.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.57.0",
"@opentelemetry/resources": "^1.30.0",
"@opentelemetry/sdk-trace-web": "^1.30.0",
"@opentelemetry/semantic-conventions": "^1.28.0",
"@tanstack/query-async-storage-persister": "^5.62.8",
"@tanstack/react-query": "^5.62.10",
"@tanstack/react-query-devtools": "^5.64.2",
"@tanstack/react-query-persist-client": "^5.62.8",
"i18next": "^24.2.0",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^3.0.1",
"i18next-localstorage-backend": "^4.2.0",
"idb-keyval": "^6.2.1",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-daisyui": "^5.0.5",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.5.1",
"react-i18next": "^15.4.0",
"react-router-dom": "^7.1.3",
"tailwind-merge": "^2.6.0",
"theme-change": "^2.5.0"
},
"devDependencies": {
"@7nohe/openapi-react-query-codegen": "^2.0.0-beta.3",
"@chromatic-com/storybook": "^3.2.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.17.0",
"@plugin-web-update-notification/vite": "^1.7.1",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-onboarding": "^8.4.2",
"@storybook/addon-themes": "^8.4.2",
"@storybook/blocks": "^8.4.2",
"@storybook/nextjs": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.2",
"@testing-library/react": "^16.2.0",
"@tsconfig/vite-react": "^3.4.0",
"@types/lodash": "^4.17.14",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-helmet": "^6",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"@vymalo/ui-preset": "^1.0.7",
"autoprefixer": "^10.4.20",
"buffer": "^6.0.3",
"commander": "^12.1.0",
"cssnano": "^7.0.6",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-storybook": "^0.11.2",
"globals": "^15.13.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": "^15.3.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass": "^1.83.0",
"storybook": "^8.5.1",
"tailwindcss": "^3.4.17",
"ts-morph": "^24.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.1",
"vite": "^6.0.3",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-bundlesize": "^0.1.0",
"vite-plugin-minify": "^2.1.0",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-robots": "^1.0.5",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"post-commit": "git update-index --again"
}
},
"packageManager": "[email protected]"
}