-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
69 lines (69 loc) · 2.17 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
{
"name": "tauthy",
"version": "0.2.7",
"private": true,
"scripts": {
"start": "tauri dev",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"release": "node scripts/release.mjs",
"tsc:check": "tsc -p tsconfig.json --noEmit",
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
"format:check": "prettier --check \"src/**/*.{ts,tsx}\"",
"lint": "eslint --fix \"src/**/*.{ts,tsx}\"",
"lint:check": "eslint \"src/**/*.{ts,tsx}\"",
"prepare": "husky install"
},
"dependencies": {
"@mui/icons-material": "^5.14.18",
"@mui/lab": "5.0.0-alpha.153",
"@mui/material": "^5.14.18",
"@mui/styled-engine-sc": "^5.14.12",
"@tauri-apps/api": "1.5.1",
"buffer": "^6.0.3",
"i18next": "^23.7.6",
"i18next-browser-languagedetector": "^7.2.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^13.5.0",
"react-idle-timer": "^5.7.2",
"react-router-dom": "^6.19.0",
"react-window": "^1.8.9",
"styled-components": "6.1.1",
"tauri-plugin-stronghold-api": "link:./tauri-plugin-stronghold",
"uuid": "^9.0.1"
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@ptsecurity/commitlint-config": "^2.0.0",
"@tauri-apps/cli": "1.5.6",
"@types/react": "^18.2.38",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-dom": "^18.2.17",
"@types/react-router-dom": "^5.3.3",
"@types/react-window": "^1.8.8",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vite": "^5.0.2"
},
"packageManager": "[email protected]"
}