-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.92 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
{
"name": "adept-source-explorer",
"version": "0.0.1",
"main": "dist-electron/main/index.js",
"productName": "Adept Source Explorer",
"description": "Adept Source Explorer",
"author": "Isaac Shelton",
"license": "MIT",
"private": true,
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"preview": "vite preview",
"pree2e": "vite build --mode=test"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"electron": "^23.1.1",
"electron-builder": "^24.0.0",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vite-electron-plugin": "^0.8.2",
"vite-plugin-electron": "^0.11.1",
"vite-plugin-electron-renderer": "^0.12.1",
"vite-plugin-static-copy": "^0.13.1"
},
"engines": {
"node": "^19.6.0"
},
"prettier": {
"tabWidth": 4,
"singleQuote": true,
"printWidth": 100,
"arrowParens": "avoid"
},
"dependencies": {
"@monaco-editor/react": "^4.4.6",
"cancelable-promise": "^4.3.1",
"d3": "^7.8.2",
"fix-path": "^4.0.0",
"lodash": "^4.17.21",
"monaco-editor": "^0.36.1",
"react-hooks-global-state": "^2.1.0",
"react-spinners": "^0.13.8",
"reactflow": "^11.5.6",
"recharts": "^2.4.3",
"shell-env": "^4.0.1",
"shell-path": "^3.0.0",
"styled-components": "^5.3.8"
}
}