forked from YARC-Official/YARC-Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.22 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
{
"name": "yet_another_launcher",
"private": true,
"version": "0.3.1",
"type": "module",
"scripts": {
"tauri": "tauri",
"dev": "npm run lint:nofix && tauri dev",
"build": "tauri build",
"lint:nofix": "eslint --ext .ts,.tsx .",
"lint": "eslint --fix --ext .ts,.tsx .",
"front:dev": "vite",
"front:preview": "vite preview",
"front:build": "tsc && vite build"
},
"devDependencies": {
"@octokit/types": "^12.4.0",
"@tauri-apps/cli": "^1.5.9",
"@types/dompurify": "^3.0.5",
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/sort-array": "^4.1.2",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.32",
"postcss-cli": "^11.0.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-node-polyfills": "^0.17.0",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.2"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "1.0.7",
"@tanstack/query-sync-storage-persister": "^5.14.0",
"@tanstack/react-query": "^5.14.0",
"@tanstack/react-query-persist-client": "^5.14.0",
"@tauri-apps/api": "^1.5.2",
"@types/lodash": "^4.14.202",
"async-wait-until": "^2.0.12",
"date-fns": "^2.30.0",
"dompurify": "^3.0.6",
"gray-matter": "^4.0.3",
"js-video-url-parser": "^0.5.1",
"lodash": "^4.17.21",
"marked": "^11.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-image": "^4.1.0",
"react-router-dom": "^6.21.0",
"serialize-error": "^11.0.3",
"sort-array": "^4.1.5",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"uuid": "^9.0.1",
"vite-plugin-top-level-await": "^1.4.1",
"zustand": "^4.4.7"
}
}