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": {
|
2021-04-01 12:05:57 +00:00
|
|
|
"build": "rollup -c",
|
2021-03-21 18:20:42 +00:00
|
|
|
"dev": "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",
|
|
|
|
"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",
|
2021-04-05 06:58:35 +00:00
|
|
|
"@mdi/font": "^5.9.55",
|
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",
|
2021-11-11 10:44:06 +00:00
|
|
|
"chart.js": "^3.6.0",
|
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",
|
2022-12-15 16:10:01 +00:00
|
|
|
"dbgate-query-splitter": "^4.9.3",
|
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",
|
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",
|
2021-03-11 20:00:25 +00:00
|
|
|
"sql-formatter": "^2.3.3",
|
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",
|
2022-04-24 13:03:04 +00:00
|
|
|
"date-fns": "^2.28.0",
|
2022-07-21 10:33:29 +00:00
|
|
|
"debug": "^4.3.4",
|
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
|
|
|
}
|