{ "name": "hidche_lib", "version": "1.0.0", "description": "", "main": "js/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack", "buildDev": "webpack --mode=development", "watch": "webpack watch --mode=development", "watchProd": "webpack watch", "lint": "eslint hwe/ts" }, "repository": { "type": "git", "url": "ssh://git@storage.hided.net:2525/devsam/core.git" }, "author": "Hide_D", "license": "MIT", "type": "module", "dependencies": { "@tiptap/extension-image": "^2.0.0-beta.24", "@tiptap/extension-link": "^2.0.0-beta.33", "@tiptap/starter-kit": "^2.0.0-beta.156", "@tiptap/vue-3": "^2.0.0-beta.83", "@types/bootstrap": "^5.1.6", "@types/downloadjs": "^1.4.2", "@types/linkifyjs": "^2.1.4", "@types/quill": "^2.0.9", "@types/select2": "^4.0.54", "@vueup/vue-quill": "^1.0.0-beta.7", "async-validator": "^4.0.7", "axios": "^0.24.0", "bootstrap": "^5.1.3", "bootstrap-vue-3": "^0.1.0", "core-js": "^3.19.3", "date-fns": "^2.27.0", "downloadjs": "^1.4.7", "eslint-import-resolver-alias": "^1.1.2", "jquery": "^3.6.0", "js-sha512": "^0.8.0", "linkifyjs": "^3.0", "lodash": "^4.17.21", "query-string": "^7.0.1", "select2": "^4.0", "vue": "^3.2.2", "vue-multiselect": "^3.0.0-alpha.2", "vue-types": "^4.1.1", "vuedraggable": "^4.1.0" }, "devDependencies": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.4", "@babel/preset-typescript": "^7.16.0", "@coreui/vue": "^4.1.1", "@types/jquery": "^3.5.10", "@types/lodash": "^4.14.178", "@types/node": "^16.11.12", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", "@vue/compiler-sfc": "^3.2.26", "@vue/eslint-config-typescript": "^9.1.0", "babel-plugin-lodash": "^3.3.4", "babel-preset-modern-browsers": "^15.0.2", "bootswatch": "^5.1.3", "clean-terminal-webpack-plugin": "^3.0.0", "css-loader": "^6.5.1", "esbuild-loader": "^2.17.0", "eslint": "^8.4.1", "eslint-plugin-vue": "^8.2.0", "file-loader": "^6.2.0", "mini-css-extract-plugin": "^2.4.5", "pre-commit": "^1.2.2", "sass": "^1.45.0", "sass-loader": "^12.4.0", "style-loader": "^3.3.1", "typescript": "^4.5.3", "url-loader": "^4.1.1", "vue-eslint-parser": "^8.0.1", "vue-loader": "^16.5.0", "vue-style-loader": "^4.1.3", "webpack": "^5.65.0", "webpack-bundle-analyzer": "^4.5.0", "webpack-cli": "^4.9.1" }, "pre-commit": [ "lint" ], "browserslist": [ "last 3 versions", "> 0.4%", "not dead", "not op_mini all", "not ie <= 11" ] }