-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.21 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
{
"name": "db-sql",
"private": true,
"license": "GPLv3",
"author": "Balthasar Hofer",
"bugs": {
"url": "https://github.com/lebalz/db-sql/issues"
},
"homepage": "https://github.com/lebalz/db-sql",
"description": "An easy to use DBMS to query any PSQL or MYSQL database",
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@rails/webpacker": "^5.2.1",
"@types/classnames": "^2.2.10",
"@types/d3-selection": "^2.0.0",
"@types/dom-to-image": "^2.6.0",
"@types/history": "^4.7.5",
"@types/lodash": "^4.14.149",
"@types/prismjs": "^1.16.0",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dom": "17.0.3",
"@types/react-highlight-words": "^0.16.1",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"@types/recharts": "^1.8.9",
"ace-builds": "^1.4.9",
"antlr4": "^4.8.0",
"antlr4ts": "^0.5.0-alpha.3",
"awesome-typescript-loader": "^5.2.1",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"css-loader": "^5.2.2",
"dom-to-image": "^2.6.0",
"express": "^4.16.4",
"js-file-download": "^0.4.12",
"lodash": "^4.17.15",
"mobx": "5.15.4",
"mobx-react": "6.1.8",
"mobx-react-router": "4.1.0",
"mobx-utils": "^5.5.6",
"morgan": "^1.9.1",
"postcss-preset-env": "^6.7.0",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
"rc-slider": "^9.2.4",
"react": "^17.0.2",
"react-ace": "^8.1.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^17.0.2",
"react-highlight-words": "^0.17.0",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-wordcloud": "^1.2.2",
"react_ujs": "^2.6.1",
"recharts": "^1.8.6",
"semantic-ui-react": "2.0.3",
"style-loader": "^2.0.0",
"tslint": "^6.0.0",
"tslint-react": "^5.0.0",
"typescript": "4.2.4",
"webpack-dev-server": "^3.10.3"
},
"devDependencies": {
"@types/react": "^17.0.3",
"antlr4ts-cli": "^0.5.0-alpha.3"
},
"scripts": {
"antlr4tsGenerate": "antlr4ts -visitor app/javascript/antlr/QuerySeparationGrammar.g4"
},
"engines": {
"node": "16.x",
"yarn": "1.x"
}
}