-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "open-postman",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"start": "tauri dev",
"release:mac": "yarn tauri build --target aarch64-apple-darwin"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@mantine/core": "^6.0.21",
"@mantine/form": "^7.2.1",
"@mantine/hooks": "^6.0.21",
"@mantine/prism": "^6.0.21",
"@tabler/icons-react": "^2.44.0",
"@tauri-apps/api": "^1.5.0",
"@types/react-resizable": "^3.0.7",
"aws4-axios": "^3.3.0",
"axios": "^1.6.4",
"axios-curlirize": "^2.0.0",
"axios-tauri-adapter": "^0.3.0",
"axios-tauri-api-adapter": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-json-tree": "^0.18.0",
"react-resizable": "^3.0.5",
"react-resizable-panels": "^1.0.5",
"styled-components": "^6.1.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.0",
"@types/axios-curlirize": "^1.3.5",
"@types/node": "^20.8.10",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.9.1",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.0.2",
"vite": "^5.2.11",
"vite-plugin-node-polyfills": "^0.19.0"
}
}