2021-02-17 17:46:27 +00:00
|
|
|
{
|
2021-02-20 18:16:05 +00:00
|
|
|
"name": "dbgate-web",
|
2022-05-19 18:52:43 +00:00
|
|
|
"version": "5.0.0-alpha.1",
|
2021-02-17 17:46:27 +00:00
|
|
|
"scripts": {
|
2024-09-03 10:57:52 +00:00
|
|
|
"build": "yarn build:index && rollup -c",
|
|
|
|
"dev": "yarn build:index && cross-env API_URL=http://localhost:3000 rollup -c -w",
|
2022-05-19 23:03:31 +00:00
|
|
|
"start": "sirv public --port 5001",
|
2021-04-01 11:52:28 +00:00
|
|
|
"validate": "svelte-check",
|
2024-09-03 10:57:52 +00:00
|
|
|
"build:index": "node build-index.js",
|
2021-04-01 11:52:28 +00:00
|
|
|
"prepublishOnly": "yarn build"
|
2021-02-17 17:46:27 +00:00
|
|
|
},
|
2021-04-01 11:52:28 +00:00
|
|
|
"files": [
|
|
|
|
"public"
|
|
|
|
],
|
2021-02-17 17:46:27 +00:00
|
|
|
"devDependencies": {
|
2021-03-19 19:12:13 +00:00
|
|
|
"@ant-design/colors": "^5.0.0",
|
2022-12-23 10:03:03 +00:00
|
|
|
"@mdi/font": "^7.1.96",
|
2021-09-28 16:14:47 +00:00
|
|
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
|
|
"@rollup/plugin-node-resolve": "^13.0.5",
|
|
|
|
"@rollup/plugin-replace": "^3.0.0",
|
|
|
|
"@rollup/plugin-typescript": "^8.2.5",
|
2021-02-17 17:46:27 +00:00
|
|
|
"@tsconfig/svelte": "^1.0.0",
|
2021-03-07 08:50:20 +00:00
|
|
|
"ace-builds": "^1.4.8",
|
2024-05-08 08:22:25 +00:00
|
|
|
"chart.js": "^4.4.2",
|
2021-12-12 11:26:26 +00:00
|
|
|
"chartjs-adapter-moment": "^1.0.0",
|
2021-03-21 18:20:42 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2022-05-19 18:52:43 +00:00
|
|
|
"dbgate-datalib": "^5.0.0-alpha.1",
|
2024-10-10 11:09:34 +00:00
|
|
|
"dbgate-query-splitter": "^4.11.2",
|
2022-05-19 18:52:43 +00:00
|
|
|
"dbgate-sqltree": "^5.0.0-alpha.1",
|
|
|
|
"dbgate-tools": "^5.0.0-alpha.1",
|
|
|
|
"dbgate-types": "^5.0.0-alpha.1",
|
2021-12-12 11:26:26 +00:00
|
|
|
"diff": "^5.0.0",
|
|
|
|
"diff2html": "^3.4.13",
|
2021-04-05 06:58:35 +00:00
|
|
|
"file-selector": "^0.2.4",
|
2024-01-30 15:01:02 +00:00
|
|
|
"iconv-lite": "^0.6.3",
|
2021-12-12 11:26:26 +00:00
|
|
|
"js-yaml": "^4.1.0",
|
2021-03-11 20:00:25 +00:00
|
|
|
"json-stable-stringify": "^1.0.1",
|
|
|
|
"localforage": "^1.9.0",
|
2021-05-16 12:00:59 +00:00
|
|
|
"lodash": "^4.17.21",
|
2021-03-19 19:12:13 +00:00
|
|
|
"randomcolor": "^0.6.2",
|
2021-04-05 06:58:35 +00:00
|
|
|
"resize-observer-polyfill": "^1.5.1",
|
2021-09-28 16:14:47 +00:00
|
|
|
"rollup": "^2.57.0",
|
2021-02-20 09:40:29 +00:00
|
|
|
"rollup-plugin-copy": "^3.3.0",
|
2021-02-17 17:46:27 +00:00
|
|
|
"rollup-plugin-css-only": "^3.1.0",
|
|
|
|
"rollup-plugin-livereload": "^2.0.0",
|
|
|
|
"rollup-plugin-svelte": "^7.0.0",
|
|
|
|
"rollup-plugin-terser": "^7.0.0",
|
2021-04-01 13:17:06 +00:00
|
|
|
"sirv-cli": "^1.0.0",
|
2023-01-19 14:08:51 +00:00
|
|
|
"sql-formatter": "^3.1.0",
|
2022-02-26 17:44:56 +00:00
|
|
|
"svelte": "^3.46.4",
|
2021-02-17 17:46:27 +00:00
|
|
|
"svelte-check": "^1.0.0",
|
2021-04-05 06:58:35 +00:00
|
|
|
"svelte-markdown": "^0.1.4",
|
2021-09-28 16:14:47 +00:00
|
|
|
"svelte-preprocess": "^4.9.5",
|
2022-02-13 08:14:03 +00:00
|
|
|
"svelte-select": "^4.4.7",
|
2021-09-28 16:14:47 +00:00
|
|
|
"tslib": "^2.3.1",
|
2021-09-28 10:34:54 +00:00
|
|
|
"typescript": "^4.4.3",
|
2021-12-12 11:26:26 +00:00
|
|
|
"uuid": "^3.4.0"
|
2022-01-02 18:01:14 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-20 08:13:23 +00:00
|
|
|
"chartjs-plugin-zoom": "^1.2.0",
|
2024-10-08 12:38:46 +00:00
|
|
|
"date-fns": "^4.1.0",
|
2022-07-21 10:33:29 +00:00
|
|
|
"debug": "^4.3.4",
|
2022-12-22 16:10:23 +00:00
|
|
|
"fuzzy": "^0.1.3",
|
2022-06-11 07:45:23 +00:00
|
|
|
"interval-operations": "^1.0.7",
|
|
|
|
"leaflet": "^1.8.0",
|
|
|
|
"wellknown": "^0.5.0"
|
2021-02-17 17:46:27 +00:00
|
|
|
}
|
2021-10-31 08:40:54 +00:00
|
|
|
}
|