-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.82 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
{
"name": "tauri-appcenter-companion",
"private": false,
"repository": "https://github.com/zenoxs/tauri-appcenter-companion",
"version": "0.5.0",
"license": "GPL-3.0",
"author": "Amaury CIVIER",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext .ts,.tsx,.js,.jsx --max-warnings=0",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"postinstall": "cd node_modules/tauri-plugin-websocket && yarn && yarn build"
},
"dependencies": {
"@fluentui/react": "^8.67.2",
"@fluentui/react-hooks": "^8.5.4",
"@tauri-apps/api": "^1.0.0-rc.4",
"@uifabric/theme-samples": "^7.4.24",
"mobx": "^6.5.0",
"mobx-react-lite": "^3.4.0",
"mobx-state-tree": "^5.1.4",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.31.0",
"react-router-dom": "6",
"rxjs": "^7.5.5",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store#dev",
"tauri-plugin-websocket": "github:tauri-apps/tauri-apps/tauri-plugin-websocket#53c9a3ffc37cd178928d4f6c3443f4c1beb63962",
"uuid": "^8.3.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.0-rc.10",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@vitejs/plugin-react": "^1.3.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"prettier": "^2.6.2",
"typescript": "^4.6.3",
"vite": "^2.9.7"
}
}