-
-
Notifications
You must be signed in to change notification settings - Fork 534
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 4.61 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 4.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "mainsail",
"version": "2.17.0",
"private": true,
"type": "module",
"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 src",
"lint:fix": "npm run lint -- --fix",
"build.zip": "cd ./dist && zip -r mainsail.zip ./ -x '**.DS_Store' ./ && cd ..",
"i18n-extract": "vue-i18n-extract --vueFiles './src/**/{*.?(js|ts|vue),.i18nignore}' --languageFiles './src/locales/*.json'",
"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",
"test:unit": "vitest run",
"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.17",
"@uiw/codemirror-theme-vscode": "^4.23.13",
"axios": "^1.15.0",
"codemirror": "^6.0.1",
"core-js": "^3.16.0",
"detect-browser": "^5.3.0",
"echarts": "^5.5.0",
"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.28.2",
"vue-inline-svg": "^2.1.3",
"vue-load-image": "^0.2.0",
"vue-observe-visibility": "^1.0.0",
"vue-property-decorator": "^9.1.2",
"vue-toast-notification": "^1.0.1",
"vuedraggable": "^2.24.3",
"vuetify": "^2.7.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@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.19.0",
"@types/overlayscrollbars": "^1.12.1",
"@types/semver": "^7.3.8",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-vue2": "^2.3.4",
"@vue/eslint-config-typescript": "^14.0.0",
"autoprefixer": "^10.4.2",
"cypress": "^14.2.0",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-jsonc": "^2.21.0",
"eslint-plugin-vue": "^10.0.0",
"events": "^3.3.0",
"globals": "^15.0.0",
"postcss": "^8.4.31",
"postcss-nesting": "^12.0.1",
"prettier": "^3.3.3",
"prettier-plugin-sort-json": "^4.0.0",
"sass": "^1.97.2",
"start-server-and-test": "^2.0.5",
"stream-browserify": "^3.0.0",
"typescript": "^4.9.5",
"unplugin-vue-components": "^0.22.12",
"vite": "^7.3.2",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-package-version": "^1.1.0",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^3.2.4",
"vue-debounce-decorator": "^1.0.1",
"vue-i18n-extract": "^2.0.7",
"vue-router": "^3.5.2",
"vue-template-compiler": "^2.7.16",
"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": "^20.19.0 || >=22.12.0"
},
"overrides": {
"minimatch@>=9.0.0 <9.0.7": "~9.0.7",
"typed_janus_js": {
"lodash": ">=4.17.23"
}
}
}