-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
140 lines (140 loc) · 4.52 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "react-starter",
"version": "1.0.0",
"private": true,
"description": "React TypeScript application starter",
"bugs": {
"url": "https://github.com/Kamahl19/react-starter/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kamahl19/react-starter.git"
},
"license": "MIT",
"author": "Martin Litvaj <[email protected]> (http://litvaj.com)",
"type": "module",
"scripts": {
"analyze": "npm run build && source-map-explorer 'dist/assets/*.js' --no-border-checks",
"build": "tsc && vite build",
"format": "prettier --write . --ignore-unknown",
"format-check": "prettier --check . --ignore-unknown",
"i18n": "i18next",
"lint": "eslint \"./**/*.{js,cjs,ts,tsx}\" --max-warnings 0 --report-unused-disable-directives",
"prepare": "husky",
"preview": "vite build && vite preview --port 3000",
"start": "vite",
"test": "DEBUG_PRINT_LIMIT=100000 vitest",
"test:ui": "DEBUG_PRINT_LIMIT=100000 vitest --ui",
"update-dependencies": "ncu -u && npm i",
"visualize": "export VISUALIZE=true && npm run build"
},
"lint-staged": {
"*.{js,cjs,ts,tsx}": [
"eslint --fix"
],
"**/*": [
"prettier --write --ignore-unknown"
]
},
"dependencies": {
"@hookform/resolvers": "3.3.4",
"@radix-ui/react-avatar": "1.0.4",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-scroll-area": "1.0.5",
"@radix-ui/react-select": "2.0.0",
"@radix-ui/react-separator": "1.0.3",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-tooltip": "1.0.7",
"@reflet/http": "1.0.0",
"@tanstack/react-query": "5.18.0",
"@tanstack/react-query-devtools": "5.18.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"i18next": "23.8.2",
"i18next-browser-languagedetector": "7.2.0",
"jotai": "2.6.4",
"jotai-devtools": "0.7.1",
"lucide-react": "0.320.0",
"query-string": "8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.12",
"react-hook-form": "7.50.0",
"react-i18next": "14.0.1",
"react-router-dom": "6.21.3",
"sonner": "1.4.0",
"tailwind-merge": "2.2.1",
"use-debounce": "10.0.0",
"zod": "3.22.4",
"zod-fetch": "0.1.1"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.1.0",
"@julr/vite-plugin-validate-env": "1.0.1",
"@mswjs/data": "0.16.1",
"@swc-jotai/debug-label": "0.1.0",
"@swc-jotai/react-refresh": "0.1.0",
"@tanstack/eslint-plugin-query": "5.18.0",
"@testing-library/jest-dom": "6.4.1",
"@testing-library/react": "14.2.0",
"@testing-library/user-event": "14.5.2",
"@total-typescript/ts-reset": "0.5.1",
"@tsconfig/strictest": "2.0.2",
"@tsconfig/vite-react": "3.0.0",
"@types/node": "20.11.15",
"@types/react": "18.2.51",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@vitejs/plugin-react-swc": "3.5.0",
"@vitest/ui": "1.2.2",
"autoprefixer": "10.4.17",
"confusing-browser-globals": "1.0.11",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "npm:[email protected]",
"eslint-plugin-jest-dom": "5.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sonarjs": "0.23.0",
"eslint-plugin-tailwindcss": "3.14.1",
"eslint-plugin-testing-library": "6.2.0",
"eslint-plugin-unicorn": "50.0.1",
"eslint-plugin-vitest": "0.3.21",
"husky": "9.0.7",
"i18next-parser": "8.12.0",
"jsdom": "24.0.0",
"jsdom-testing-mocks": "1.11.0",
"lint-staged": "15.2.1",
"msw": "2.1.5",
"npm-check-updates": "16.14.14",
"postcss": "8.4.33",
"postcss-nesting": "12.0.2",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.10",
"prettier-plugin-tailwindcss": "0.5.11",
"rollup-plugin-visualizer": "5.12.0",
"source-map-explorer": "2.5.3",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7",
"terser": "5.27.0",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite-plugin-checker": "0.6.4",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "4.3.1",
"vitest": "1.2.2"
},
"engines": {
"node": "18 || 20",
"npm": ">=8.0"
},
"msw": {
"workerDirectory": "public"
}
}