-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
60 lines (60 loc) · 1.83 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
56
57
58
59
60
{
"productName": "GLIMPSE",
"version": "0.4.3",
"main": "main.js",
"description": "A lightweight graph-based power grid model visualization tool",
"author": "Armando Mendoza Sanchez",
"name": "glimpse",
"scripts": {
"build-mac": "electron-builder build -m",
"build-win": "electron-builder build -w",
"build-linux": "electron-builder build -l",
"watch": "webpack --config webpack.common.js --watch",
"webpack": "webpack --config webpack.common.js",
"publish": "electron-builder -p always",
"start": "electron-forge start"
},
"keywords": [],
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.7",
"@mui/material": "^6.1.7",
"@mui/system": "^6.3.0",
"ajv": "^8.17.1",
"axios": "^1.7.7",
"mui-color-input": "^5.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"socket.io-client": "^4.8.1",
"tree-kill": "^1.2.2",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@electron-forge/cli": "^7.5.0",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"electron": "^26.4.0",
"electron-builder": "^25.1.8",
"electron-reload": "^2.0.0-alpha.1",
"eslint": "^9.15.0",
"style-loader": "^4.0.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnnl/GLIMPSE.git"
},
"bugs": {
"url": "https://github.com/pnnl/GLIMPSE/issues"
},
"homepage": "https://github.com/pnnl/GLIMPSE#readme"
}