90 lines
2.3 KiB
JSON
90 lines
2.3 KiB
JSON
{
|
|
"name": "mainsail",
|
|
"version": "1.4.0",
|
|
"private": true,
|
|
"decription": "a klipper web interface",
|
|
"author": {
|
|
"name": "Stefan Dej"
|
|
},
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build && npm run build.zip",
|
|
"lint": "vue-cli-service lint",
|
|
"build.zip": "cd ./dist && zip -r mainsail.zip ./ && cd ..",
|
|
"i18n-extract": "vue-i18n-extract use-config"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"core-js": "^3.10.0",
|
|
"echarts": "^5.0.2",
|
|
"echarts-gl": "^2.0.2",
|
|
"monaco-editor": "^0.23.0",
|
|
"monaco-editor-textmate": "^2.2.2",
|
|
"monaco-textmate": "^3.0.1",
|
|
"monaco-themes": "^0.3.3",
|
|
"object-assign-deep": "^0.4.0",
|
|
"onigasm": "^2.2.5",
|
|
"plotly.js": "^1.58.4",
|
|
"semver": "^7.3.5",
|
|
"vue": "^2.6.12",
|
|
"vue-context": "^6.0.0",
|
|
"vue-github-api": "^0.1.7",
|
|
"vue-headful": "^2.1.0",
|
|
"vue-i18n": "^8.22.4",
|
|
"vue-load-image": "^0.1.12",
|
|
"vue-observe-visibility": "^1.0.0",
|
|
"vue-plotly": "^1.1.0",
|
|
"vue-resource": "^1.5.2",
|
|
"vue-simple-upload": "^0.1.6",
|
|
"vue-toast-notification": "^0.6.1",
|
|
"vuetify": "^2.4.9",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@mdi/font": "^5.9.55",
|
|
"@vue/cli-plugin-babel": "^4.5.12",
|
|
"@vue/cli-plugin-eslint": "^4.5.3",
|
|
"@vue/cli-plugin-pwa": "^4.5.12",
|
|
"@vue/cli-service": "^4.5.12",
|
|
"babel-eslint": "^10.1.0",
|
|
"css-loader": "^5.2.0",
|
|
"eslint": "^7.23.0",
|
|
"eslint-plugin-vue": "^7.8.0",
|
|
"generate-file-webpack-plugin": "^1.0.1",
|
|
"monaco-editor-webpack-plugin": "^3.0.1",
|
|
"monaco-vscode-textmate-theme-converter": "^0.1.1",
|
|
"sass": "^1.32.8",
|
|
"sass-loader": "^10.1.1",
|
|
"sw-precache-webpack-plugin": "^1.0.0",
|
|
"vue-cli-plugin-route": "0.0.7",
|
|
"vue-cli-plugin-vuetify": "^2.3.1",
|
|
"vue-i18n-extract": "^1.2.0",
|
|
"vue-router": "^3.5.1",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"vuetify-loader": "^1.7.2"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"rules": {},
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
}
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
]
|
|
}
|