Skip to content

Commit

Permalink
workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rathboma committed Jun 11, 2021
1 parent 6268b07 commit 4870119
Show file tree
Hide file tree
Showing 359 changed files with 22,101 additions and 174 deletions.
183 changes: 10 additions & 173 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,178 +1,15 @@
{
"name": "beekeeper-studio",
"version": "1.12.0",
"name": "bks-root",
"version": "1.0.0",
"repository": "git@github.com:beekeeper-studio/beekeeper-studio.git",
"author": "Matthew Rathbone <matthew.rathbone@gmail.com>",
"license": "MIT",
"private": true,
"description": "An easy-to use SQL query editor and database UI for Mac, Windows, and Linux",
"author": {
"name": "Beekeeper Studio Team",
"email": "matthew@rathbonelabs.com",
"url": "https://beekeeperstudio.io"
},
"scripts": {
"serve": "vue-cli-service serve",
"test:unit": "TEST_MODE=1 ELECTRON_RUN_AS_NODE=1 ./node_modules/electron/dist/electron ./node_modules/jest/bin/jest.js",
"test:integration": "TEST_MODE=1 ELECTRON_RUN_AS_NODE=1 ./node_modules/electron/dist/electron ./node_modules/jest/bin/jest.js --config ./jest.integration.config.js",
"lint": "vue-cli-service lint",
"docs:build": "vuepress build docs",
"docs:serve": "vuepress dev docs",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve --host localhost",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"release:prs": "./build/get-prs.sh"
},
"main": "background.js",
"dependencies": {
"base64-url": "^2.3.3",
"better-sqlite3": "^7.4.1",
"bytes": "^3.1.0",
"cassandra-driver": "^4.4.0",
"cli-highlight": "2.0.0",
"codemirror": "^5.58.2",
"connection-string": "^3.4.2",
"core-js": "3",
"dateformat": "^3.0.3",
"dompurify": "^2.2.8",
"electron-log": "^4.2.2",
"electron-util": "^0.14.1",
"humanize-duration": "^3.23.1",
"indent-string": "^4.0.0",
"javascript-time-ago": "^2.0.8",
"jquery": "^3.5.0",
"knex": "^0.21.2",
"lodash": "^4.17.21",
"marked": "^2.0.3",
"material-icons": "^0.3.1",
"mkdirp": "^1.0.4",
"mssql": "^6.3.1",
"mysql2": "^2.2.0",
"node-sass": "^4.12.0",
"node-ssh-forward": "^0.7.2",
"papaparse": "^5.3.0",
"pg": "^8.4.2",
"pg-cursor": "^2.5.2",
"pg-hstore": "^2.3.3",
"pluralize": "^8.0.0",
"popper.js": "^1.15.0",
"portfinder": "^1.0.26",
"query-string": "^7.0.0",
"reflect-metadata": "^0.1.10",
"sass-loader": "^7.1.0",
"shortid": "^2.2.14",
"simple-encryptor": "^3.0.0",
"split.js": "^1.5.11",
"sql-formatter": "^2.3.3",
"sql-query-identifier": "^2.1.0",
"ssh2": "beekeeper-studio/ssh2#electron-detection",
"tabulator-tables": "rathboma/tabulator#max-initial-width-with-dist",
"typeface-roboto": "^0.0.75",
"typeface-source-code-pro": "^1.1.3",
"typeorm": "^0.2.25",
"username": "^5.1.0",
"v-hotkey": "^0.8.0",
"v-tooltip": "^2.0.2",
"vue": "^2.6.10",
"vue-class-component": "^7.2.3",
"vue-clipboard2": "^0.3.1",
"vue-js-modal": "^1.3.33",
"vue-property-decorator": "^8.4.2",
"vuedraggable": "^2.24.2",
"vuejs-noty": "^0.1.3",
"vuex": "^3.1.1",
"vuex-persist": "^2.0.1",
"xel": "beekeeper-studio/xel",
"xlsx": "^0.16.2",
"yargs-parser": "^20.2.7",
"yup": "^0.27.0"
},
"devDependencies": {
"@types/better-sqlite3": "^5.4.1",
"@types/bytes": "^3.1.0",
"@types/codemirror": "^0.0.97",
"@types/dateformat": "^3.0.1",
"@types/electron-devtools-installer": "^2.2.0",
"@types/javascript-time-ago": "^2.0.1",
"@types/jest": "^24.0.19",
"@types/jquery": "^3.5.1",
"@types/lodash": "^4.14.159",
"@types/mkdirp": "^1.0.1",
"@types/mssql": "^6.0.8",
"@types/node": "^12.12.54",
"@types/papaparse": "^5.2.5",
"@types/pg": "^7.14.7",
"@types/sql-formatter": "^2.3.0",
"@types/tabulator-tables": "^4.7.2",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-plugin-typescript": "~4.5.4",
"@vue/cli-plugin-unit-jest": "~4.4.0",
"@vue/cli-service": "^4.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.0.3",
"aws-sdk": "^2.645.0",
"babel-eslint": "^10.0.1",
"electron": "12.0.4",
"electron-builder-notarize": "beekeeper-studio/electron-builder-notarize#master",
"electron-devtools-installer": "^3.1.1",
"electron-download": "^4.1.1",
"electron-rebuild": "^1.8.5",
"electron-updater": "^4.2.5",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sqlite3": "^5.0.2",
"testcontainers": "^4.6.0",
"typescript": "^3.9.7",
"vue-cli-plugin-electron-builder": "^2.0.0",
"vue-template-compiler": "^2.6.10",
"vuepress": "^1.5.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"@vue/typescript"
],
"rules": {
"no-console": "off",
"@typescript-eslint/no-unused-vars": "off",
"no-unused-vars": "off"
},
"parserOptions": {
"parser": "@typescript-eslint/parser",
"ecmaFeatures": {
"legacyDecorators": true
}
},
"overrides": [
{
"files": [
"tests/**/*.{j,t}s?(x)"
],
"env": {
"jest": true
}
}
"workspaces": {
"packages": ["packages/*"],
"nohoist": [
"**/**",
"**/**/**"
]
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"resolutions": {
"watchpack": "1.6.1",
"node-ssh-forward/ssh2": "beekeeper-studio/ssh2#electron-detection",
"node-pre-gyp": "0.12.0",
"electron-builder": "22.10.5"
}
}

0 comments on commit 4870119

Please sign in to comment.