You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.4 KiB
49 lines
1.4 KiB
{
|
|
"name": "VisiblePlatform",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dll": "webpack --config ./build/webpack.dll.config.js",
|
|
"dev": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"zip": "node ./scripts/zip.js",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.3.2",
|
|
"vue": "^2.6.10",
|
|
"vue-router": "^3.1.3",
|
|
"vuex": "^3.0.1",
|
|
"lodash": "^4.17.15",
|
|
"ant-design-vue": "^1.3.8",
|
|
"babel-plugin-import": "^1.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.0.0",
|
|
"@vue/cli-plugin-eslint": "^4.0.0",
|
|
"@vue/cli-plugin-router": "^4.0.0",
|
|
"@vue/cli-plugin-vuex": "^4.0.0",
|
|
"@vue/cli-service": "^4.0.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"normalize.css": "^8.0.1",
|
|
"node-sass": "^4.12.0",
|
|
"sass-loader": "^8.0.0",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"webpack-bundle-analyzer": "^3.4.1",
|
|
"compression-webpack-plugin": "^3.0.0",
|
|
"webpack-cli": "^3.3.10",
|
|
"add-asset-html-webpack-plugin": "^3.1.3",
|
|
"compressing": "^1.5.0",
|
|
"vue-router-invoke-webpack-plugin": "^0.4.3",
|
|
"vuex-persistedstate": "^2.7.0",
|
|
"axios": "^0.19.0",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"vue-cli-plugin-qrcode": "*",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"chalk": "^2.4.2",
|
|
"internal-ip": "^4.2.0"
|
|
},
|
|
"externals": {}
|
|
}
|
|
|