forked from lencx/WA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "wa",
"private": true,
"version": "0.1.7",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"updater": "tr updater",
"release": "tr release --git",
"fix:linux": "tr override --name=WA"
},
"dependencies": {
"@floating-ui/react-dom-interactions": "^0.10.2",
"@monaco-editor/react": "^4.4.6",
"@tauri-apps/api": "^1.2.0",
"clsx": "^1.2.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-merge-refs": "^2.0.1",
"react-router-dom": "^6.4.2",
"recoil": "^0.7.6"
},
"devDependencies": {
"@actions/github": "^5.1.1",
"@tauri-apps/cli": "^1.2.0",
"@tauri-release/cli": "^0.1.2",
"@types/lodash": "^4.14.186",
"@types/node": "^18.7.10",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"node-fetch": "^3.2.10",
"sass": "^1.55.0",
"typescript": "^4.6.4",
"vite": "^3.0.2",
"vite-tsconfig-paths": "^3.5.1"
}
}