-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.12 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.12 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
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": "ogs-meshery",
"productName": "ogs-meshery",
"version": "1.4.1",
"description": "A course building tool to create course meshes",
"main": ".webpack/main",
"scripts": {
"start": "dotenv -e .env -- electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "echo \"No linting configured\""
},
"keywords": [],
"author": {
"name": "Brian Robinson",
"email": "brian@opengolfsim.com"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@electron-forge/cli": "^7.10.2",
"@electron-forge/maker-deb": "^7.10.2",
"@electron-forge/maker-rpm": "^7.10.2",
"@electron-forge/maker-squirrel": "^7.10.2",
"@electron-forge/maker-zip": "^7.10.2",
"@electron-forge/plugin-auto-unpack-natives": "^7.10.2",
"@electron-forge/plugin-fuses": "^7.10.2",
"@electron-forge/plugin-webpack": "^7.10.2",
"@electron/fuses": "^1.8.0",
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
"babel-loader": "^10.0.0",
"css-loader": "^6.11.0",
"dotenv-cli": "^11.0.0",
"electron": "39.2.7",
"node-loader": "^2.1.0",
"style-loader": "^3.3.4",
"worker-loader": "^3.0.8"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"cdt2d": "^1.0.0",
"cheerio": "^1.1.2",
"clean-pslg": "^1.1.2",
"d3-delaunay": "^6.0.4",
"delaunator": "^5.0.1",
"earcut": "^3.0.2",
"electron-log": "^5.4.3",
"electron-squirrel-startup": "^1.0.1",
"martinez-polygon-clipping": "^0.7.4",
"p-map": "^7.0.4",
"poisson-disk-sampling": "^2.3.1",
"polygon-clipping": "^0.15.7",
"polygon-offset": "^0.3.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"stackblur-canvas": "^2.7.0",
"svg-path-properties": "^1.3.0",
"svg-transform-parser": "^0.0.1",
"three": "^0.182.0",
"transformation-matrix": "^3.1.0",
"triangle-wasm": "^1.0.0"
}
}