-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
98 lines (98 loc) · 3.42 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "org.judica.sapio-studio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@ibm/plex": "^5.1.0",
"@mui/core": "^5.0.0-alpha.47",
"@mui/icons-material": "^5.5.0",
"@mui/material": "^5.5.0",
"@mui/styles": "^5.0.0",
"@mui/x-data-grid": "^5.2.0",
"@noble/ed25519": "^1.6.0",
"@projectstorm/react-canvas-core": "^6.6.1",
"@projectstorm/react-diagrams": "^6.6.1",
"@projectstorm/react-diagrams-core": "^6.6.1",
"@projectstorm/react-diagrams-defaults": "^6.6.1",
"@projectstorm/react-diagrams-routing": "^6.6.1",
"@reduxjs/toolkit": "^1.6.1",
"@rjsf/core": "4.2.0",
"@rjsf/material-ui": "4.2.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/better-sqlite3": "^7.5.0",
"@types/color": "^3.0.1",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.150",
"@types/node": "^17.0.21",
"@types/node-fetch": "^2.6.1",
"@types/react": "18",
"@types/react-dom": "^17.0.9",
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
"another-json": "^0.2.0",
"await-spawn": "^4.0.2",
"better-sqlite3": "^7.5.0",
"bitcoin-core-ts": "^3.0.3",
"bitcoinjs-lib": "^5.1.6",
"bl": "^5.0.0",
"closest": "^0.0.1",
"color": "^3.1.2",
"dagre": "^0.8.5",
"electron-rebuild": "^3.2.7",
"eslint-plugin-unused-imports": "^2.0.0",
"esm": "^3.2.25",
"lodash": "^4.17.15",
"mathjs": "^7.5.1",
"node-fetch": "2.6.7",
"pathfinding": "^0.4.18",
"paths-js": "^0.4.10",
"prettier": "^2.6.0",
"react": "18",
"react-app-rewired": "^2.2.1",
"react-dom": "18",
"react-redux": "^8.0.0",
"react-scripts": "^4.0.3",
"resize-observer-polyfill": "^1.5.1",
"typescript": "^4.3.5"
},
"main": "./dist/desktop/main.js",
"scripts": {
"build-electron": "yarn tsc -p ./tsconfig.node.json",
"watch": "yarn tsc -w",
"rebuild": "electron-rebuild -f -w desktop/",
"build": "react-app-rewired build",
"eject": "react-scripts eject",
"prettier": "prettier --write src desktop",
"prettier:check": "prettier --check src desktop",
"start-electron": "export ELECTRON_START_URL='http://localhost:3000' && yarn build-electron && electron .",
"start-react": "export BROWSER=none REACT_EDITOR=none && react-app-rewired start",
"test": "react-app-rewired test"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/bl": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"babel-eslint": "^10.1.0",
"electron": "^17.1.2",
"electron-devtools-installer": "^3.2.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-react": "^7.29.4"
}
}