-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.63 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
{
"name": "vite-project",
"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",
"openapi": "npx openapi-typescript https://raw.githubusercontent.com/MaddyUnderStars/shoot/refs/heads/main/assets/client.json -o ./src/lib/http/generated/v1.d.ts"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@tanstack/react-query": "^5.59.8",
"debounce": "^2.0.0",
"eslint-plugin-no-barrel-files": "^1.1.1",
"events": "^3.3.0",
"mobx": "^6.12.3",
"mobx-react-lite": "^4.0.7",
"openapi-fetch": "^0.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-icons": "^5.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-modal": "^3.16.1",
"react-spinners": "^0.14.1",
"react-tabs": "^6.0.2",
"spark-md5": "^3.0.2",
"styled-components": "^6.1.8",
"wouter": "^3.1.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/events": "^3.0.3",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-modal": "^3.16.3",
"@types/spark-md5": "^3.0.5",
"@types/web": "^0.0.187",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"openapi-typescript": "^7.0.0-next.8",
"typescript": "^5.4.5",
"vite": "^5.2.0"
}
}