blob: 47828a70c2744429c8f23ebaea10030aa2a04b85 [file] [log] [blame]
{
"name": "linkis",
"version": "1.4.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --no-fix",
"fix": "eslint --ext .js,.vue src --fix",
"precommit": "lint-staged",
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions"
},
"husky": {
"hooks": {
"postcommit": "git update-index --again",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,vue}": [
"vue-cli-service lint --no-fix"
]
},
"dependencies": {
"@form-create/iview": "2.5.27",
"axios": "0.21.4",
"babel-polyfill": "6.26.0",
"core-js": "3.27.2",
"dexie": "3.2.3",
"dt-sql-parser": "3.0.5",
"eslint": "7.21.0",
"eslint-plugin-vue": "9.6.0",
"highlight.js": "10.7.0",
"iview": "3.5.4",
"jsencrypt": "3.2.1",
"lodash": "4.17.21",
"md5": "2.3.0",
"mitt": "1.2.0",
"moment": "2.29.4",
"monaco-editor": "0.30.1",
"object-to-formdata": "4.2.2",
"path-browserify": "1.0.1",
"postcss": "8.4.21",
"qs": "6.11.0",
"reconnecting-websocket": "4.4.0",
"sql-formatter": "2.3.3",
"svgo": "3.0.2",
"v-jsoneditor": "1.4.5",
"vue": "2.6.12",
"vue-i18n": "8.22.1",
"vue-router": "3.4.8",
"vuedraggable": "2.24.3",
"vuescroll": "4.16.1",
"worker-loader": "3.0.8"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "1.0.0",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-standard": "4.0.0",
"archiver": "3.1.1",
"autoprefixer": "10.4.14",
"babel-eslint": "10.1.0",
"copy-webpack-plugin": "9.1.0",
"csp-html-webpack-plugin": "5.1.0",
"filemanager-webpack-plugin": "7.0.0",
"husky": "1.3.1",
"lint-staged": "13.1.1",
"material-design-icons": "3.0.1",
"monaco-editor-webpack-plugin": "6.0.0",
"node-sass": "8.0.0",
"npm-force-resolutions": "0.0.10",
"sass-loader": "10.4.1",
"svg-sprite-loader": "6.0.0",
"vue-cli-plugin-mockjs": "0.1.3",
"vue-template-compiler": "2.6.12",
"webpack-virtual-modules": "0.3.2"
},
"resolutions": {
"postcss": "8.4.21"
}
}