-
-
Notifications
You must be signed in to change notification settings - Fork 149
/
package.json
139 lines (139 loc) · 4.39 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "seeqr",
"productName": "SeeQR App",
"version": "14.0.0",
"description": "SQL Toolbox - Model Implementer, Execution Plan Visualizer and Query Comparison Tool",
"main": "./tsCompiled/backend/main.js",
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"scripts": {
"electron": "electron .",
"postinstall": "electron-builder install-app-deps",
"build": "cross-env NODE_ENV=production tsc && cross-env NODE_ENV=production webpack",
"start": "concurrently \"cross-env NODE_ENV=production\" \"electron --no-sandbox --noDevServer .\" ",
"dev": "run-p tsc-dev electron-dev webpack-dev",
"webpack-dev": "cross-env NODE_ENV=development webpack serve",
"electron-dev": "nodemon --watch tsCompiled/backend --exec \"npx cross-env NODE_ENV=development electron --no-sandbox .\"",
"tsc-dev": "tsc --watch",
"test": "jest --verbose",
"electron-build": "npm run build && electron-builder --linux"
},
"repository": {
"type": "git",
"url": "github:open-source-labs/SeeQR"
},
"keywords": [],
"author": {
"name": "Team SeeQR",
"email": "theseeqr@gmail.com"
},
"license": "MIT",
"dependencies": {
"@electron/packager": "^18.3.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.0.2",
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.14.5",
"@reduxjs/toolkit": "^2.2.4",
"chart.js": "^4.3.3",
"concurrently": "^8.2.1",
"cross-env": "^7.0.3",
"d3": "^7.8.5",
"dagre": "^0.8.5",
"debounce": "^2.0.0",
"electron-reloader": "^1.2.3",
"electron-store": "9.0",
"fix-path": "3.0",
"immer": "^10.1.1",
"monaco-editor": "^0.48.0",
"ms": "^2.1.3",
"mysql": "^2.18.1",
"mysql2": "^3.6.0",
"pg": "^8.11.3",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-force-graph": "^1.43.0",
"react-redux": "^9.1.2",
"reactflow": "^11.8.3",
"sql-formatter": "^15.3.1",
"sqlite3": "5.1.6",
"styled-components": "^6.0.7",
"text-encoding": "^0.7.0",
"three": "^0.164.1",
"three-spritetext": "^1.8.1"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.24.1",
"@eslint/js": "^9.2.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/chart.js": "^2.9.37",
"@types/debounce": "^1.2.1",
"@types/enzyme": "^3.10.13",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^29.5.12",
"@types/ms": "^0.7.31",
"@types/mysql2": "github:types/mysql2",
"@types/node": "^20.5.2",
"@types/pg": "^8.10.2",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.26",
"@types/three": "^0.164.0",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.1",
"electron": "^30.0.4",
"electron-builder": "^24.13.3",
"enzyme": "^3.11.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.5.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.6.3",
"nodemon": "^3.0.1",
"npm": "^10.7.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.28",
"postcss-loader": "^8.1.1",
"react-refresh": "^0.14.0",
"sass": "^1.66.1",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"ts-jest": "^29.1.3",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"bugs": {
"url": "https://github.com/open-source-labs/SeeQR/issues"
},
"homepage": "https://github.com/open-source-labs/SeeQR"
}