mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"name": "sqliteviz",
|
|
"version": "0.15.3",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build",
|
|
"test": "vue-cli-service karma",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"codemirror": "^5.57.0",
|
|
"core-js": "^3.6.5",
|
|
"html2canvas": "^1.1.4",
|
|
"jquery": "^3.6.0",
|
|
"nanoid": "^3.1.12",
|
|
"papaparse": "^5.3.1",
|
|
"pivottable": "^2.23.0",
|
|
"plotly.js": "^1.58.4",
|
|
"promise-worker": "^2.0.1",
|
|
"react": "^16.13.1",
|
|
"react-chart-editor": "^0.45.0",
|
|
"react-dom": "^16.13.1",
|
|
"sql.js": "file:./lib/sql-js",
|
|
"sqlite-parser": "^1.0.1",
|
|
"vue": "^2.6.11",
|
|
"vue-codemirror": "^4.0.6",
|
|
"vue-js-modal": "^2.0.0-rc.6",
|
|
"vue-multiselect": "^2.1.6",
|
|
"vue-router": "^3.2.0",
|
|
"vue2-teleport": "^1.0.1",
|
|
"vuejs-paginate": "^2.1.0",
|
|
"vuera": "^0.2.7",
|
|
"vuex": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.4.0",
|
|
"@vue/cli-plugin-eslint": "^4.4.0",
|
|
"@vue/cli-plugin-router": "^4.4.0",
|
|
"@vue/cli-plugin-vuex": "^4.4.0",
|
|
"@vue/cli-service": "^4.4.0",
|
|
"@vue/eslint-config-standard": "^5.1.2",
|
|
"@vue/test-utils": "^1.1.2",
|
|
"babel-eslint": "^10.1.0",
|
|
"chai": "^4.1.2",
|
|
"chai-as-promised": "^7.1.1",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"karma": "^3.1.4",
|
|
"karma-firefox-launcher": "^2.1.0",
|
|
"karma-webpack": "^4.0.2",
|
|
"vue-cli-plugin-ui-karma": "^0.2.5",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"workbox-webpack-plugin": "^6.1.5",
|
|
"worker-loader": "^3.0.8"
|
|
}
|
|
}
|