-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.21 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
{
"name": "edgetx-log-viewer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"homepage": "https://pixelscript.github.io/edgetx-log-viewer",
"dependencies": {
"@mantine/core": "7.17.5",
"@mantine/dropzone": "^7.17.5",
"@mantine/hooks": "7.17.5",
"@react-three/drei": "^10.0.6",
"@react-three/fiber": "^9.1.2",
"@reduxjs/toolkit": "^2.6.1",
"@tabler/icons-react": "^3.31.0",
"camelcase": "^8.0.0",
"lodash": "^4.17.21",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-redux": "^9.2.0",
"three": "^0.175.0",
"three-slippy-map-globe": "^1.0.3"
},
"devDependencies": {
"@types/lodash": "^4.17.16",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@types/three": "^0.175.0",
"@vitejs/plugin-react": "^4.3.4",
"gh-pages": "^6.3.0",
"postcss": "^8.5.3",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.8.2",
"vite": "^6.2.2",
"vite-plugin-pwa": "^1.0.1"
},
"packageManager": "yarn@4.8.1"
}