127 lines
4.3 KiB
JSON
127 lines
4.3 KiB
JSON
{
|
|
"name": "mainsail",
|
|
"version": "2.10.0",
|
|
"private": true,
|
|
"decription": "a klipper web interface",
|
|
"author": {
|
|
"name": "Stefan Dej"
|
|
},
|
|
"scripts": {
|
|
"serve": "vite serve",
|
|
"build": "vite build && npm run build.zip",
|
|
"format": "npm run format:base -- --write",
|
|
"format:base": "prettier .",
|
|
"format:check": "npm run format:base -- --check",
|
|
"lint": "eslint --ignore-path .gitignore src",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"build.zip": "cd ./dist && zip -r mainsail.zip ./ -x '**.DS_Store' ./ && cd ..",
|
|
"i18n-extract": "vue-i18n-extract use-config",
|
|
"preview": "vite preview",
|
|
"start": "vite build && vite preview",
|
|
"test": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress run'",
|
|
"test:ui": "cypress open",
|
|
"changelog": "git cliff v0.0.4..$(git describe --tags $(git rev-list --tags --max-count=1)) --output CHANGELOG.md"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/commands": "^6.0.1",
|
|
"@codemirror/lang-css": "^6.0.0",
|
|
"@codemirror/lang-json": "^6.0.0",
|
|
"@codemirror/language": "^6.2.0",
|
|
"@codemirror/legacy-modes": "^6.1.0",
|
|
"@codemirror/search": "^6.0.0",
|
|
"@codemirror/state": "^6.1.0",
|
|
"@codemirror/view": "^6.0.3",
|
|
"@jaames/iro": "^5.5.2",
|
|
"@lezer/highlight": "^1.0.0",
|
|
"@sindarius/gcodeviewer": "^3.7.8",
|
|
"@uiw/codemirror-theme-vscode": "^4.19.11",
|
|
"axios": "^1.6.0",
|
|
"codemirror": "^6.0.1",
|
|
"core-js": "^3.16.0",
|
|
"detect-browser": "^5.3.0",
|
|
"echarts": "^5.2.2",
|
|
"echarts-gl": "^2.0.8",
|
|
"hls.js": "^1.3.3",
|
|
"jmuxer": "^2.0.5",
|
|
"js-sha256": "^0.10.0",
|
|
"lodash.kebabcase": "^4.1.1",
|
|
"lodash.throttle": "^4.1.1",
|
|
"overlayscrollbars": "^1.13.1",
|
|
"overlayscrollbars-vue": "^0.2.2",
|
|
"regenerator-runtime": "^0.14.0",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"semver": "^7.5.2",
|
|
"typed_janus_js": "^1.0.14",
|
|
"uuid": "^9.0.0",
|
|
"vue": "^2.7.10",
|
|
"vue-class-component": "^7.2.6",
|
|
"vue-echarts": "^6.0.2",
|
|
"vue-i18n": "^8.25.0",
|
|
"vue-load-image": "^0.2.0",
|
|
"vue-meta": "^2.4.0",
|
|
"vue-observe-visibility": "^1.0.0",
|
|
"vue-property-decorator": "^9.1.2",
|
|
"vue-resize": "^1.0.1",
|
|
"vue-toast-notification": "^0.6.1",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuetify": "^2.6.10",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/vite-plugin-vue-i18n": "^2.5.0",
|
|
"@mdi/js": "^7.0.0",
|
|
"@types/file-saver": "^2.0.5",
|
|
"@types/jmuxer": "^2.0.3",
|
|
"@types/lodash.kebabcase": "^4.1.6",
|
|
"@types/lodash.throttle": "^4.1.6",
|
|
"@types/node": "^20.0.0",
|
|
"@types/overlayscrollbars": "^1.12.1",
|
|
"@types/semver": "^7.3.8",
|
|
"@types/uuid": "^9.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"cypress": "^13.2.0",
|
|
"eslint": "^8.9.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-jsonc": "^2.2.1",
|
|
"eslint-plugin-vue": "^9.0.0",
|
|
"postcss": "^8.4.31",
|
|
"postcss-nesting": "^12.0.1",
|
|
"prettier": "^3.0.0",
|
|
"sass": "~1.32",
|
|
"start-server-and-test": "^2.0.0",
|
|
"typescript": "^4.5.5",
|
|
"unplugin-vue-components": "^0.22.12",
|
|
"vite": "^4.5.3",
|
|
"vite-plugin-checker": "^0.6.0",
|
|
"vite-plugin-package-version": "^1.0.2",
|
|
"vite-plugin-pwa": "^0.16.4",
|
|
"vite-plugin-vue2": "^2.0.1",
|
|
"vue-debounce-decorator": "^1.0.1",
|
|
"vue-i18n-extract": "^2.0.7",
|
|
"vue-router": "^3.5.2",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"workbox-core": "^7.0.0"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"not dead",
|
|
"not op_mini all",
|
|
"last 10 chrome major versions",
|
|
"last 5 firefox major versions",
|
|
"safari 12",
|
|
"last 2 opera major versions",
|
|
"last 2 edge major versions"
|
|
],
|
|
"engines": {
|
|
"node": "^18 || ^20"
|
|
}
|
|
}
|