-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.84 KB
/
Copy pathpackage.json
File metadata and controls
91 lines (91 loc) · 2.84 KB
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
{
"name": "r2-t2",
"version": "0.2.5",
"type": "module",
"private": true,
"dependencies": {
"@emotion/react": "^11.14.0",
"@fontsource/open-sans": "^5.2.7",
"@mantine/core": "^9.3.0",
"@mantine/hooks": "^9.3.0",
"@mantine/modals": "^9.3.0",
"@mantine/notifications": "^9.3.0",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-deep-link": "^2.4.9",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-log": "^2.8.0",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-opener": "^2.5.4",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-store": "^2.4.3",
"@tauri-apps/plugin-updater": "^2.10.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.19.20",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"dayjs": "^1.11.21",
"embla-carousel-react": "^8.6.0",
"i18next": "^24.2.3",
"i18next-browser-languagedetector": "^8.2.1",
"js-cookie": "^3.0.8",
"localforage": "^1.10.0",
"mutative": "^1.3.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-error-boundary": "^4.1.2",
"react-i18next": "^15.7.4",
"react-icons": "^5.6.0",
"react-router-dom": "^7.17.0",
"react-transition-group": "^4.4.5",
"simplebar-react": "^3.3.2",
"typescript": "^5.9.3",
"use-mutative": "^1.3.1"
},
"scripts": {
"dev": "tauri dev",
"nvmrc": "node -v > .nvmrc",
"postinstall": "pnpm nvmrc",
"predev": "pnpm nvmrc",
"tauri": "tauri",
"start": "vite",
"rls": "dotenv-load tauri build",
"build": "vite build",
"preview": "vite preview",
"serve": "vite preview",
"preinstall": "pnpm add -g add sloc @tauri-apps/cli",
"sloc": "sloc src src-tauri/src",
"upgrade": "concurrently \"pnpm up\" \"cd src-tauri && cargo update && cargo clean\"",
"test": "mocha"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.2",
"@types/js-cookie": "^3.0.6",
"@vitejs/plugin-react": "^4.7.0",
"chai": "^5.3.3",
"concurrently": "^9.2.1",
"dotenv-load": "^3.0.0",
"mocha": "^11.7.6",
"postcss": "^8.5.15",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"rollup-plugin-visualizer": "^5.14.0",
"selenium-webdriver": "^4.44.0",
"terser": "^5.48.0",
"toml": "^3.0.0",
"vite": "^6.4.3",
"vite-plugin-remove-console": "^2.2.0",
"vite-plugin-top-level-await": "^1.6.0"
},
"resolutions": {},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}