-
-
Notifications
You must be signed in to change notification settings - Fork 585
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.95 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 3.95 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
{
"name": "fluidd",
"version": "1.37.2",
"private": true,
"type": "module",
"description": "fluidd, a klipper web client.",
"author": {
"name": "Craig Bassett"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"serve:prod": "vite preview --port 5000",
"serve:docs": "cd ./docs && zensical serve",
"lint": "eslint .",
"bootstrap": "husky",
"release": "commit-and-tag-version",
"release:major": "pnpm run release --release-as major",
"release:minor": "pnpm run release --release-as minor",
"release:patch": "pnpm run release --release-as patch",
"release:rc": "pnpm run release --prerelease rc",
"test": "pnpm run test:unit",
"test:unit": "vitest --environment jsdom --config ./vitest.config.ts",
"type-check": "vue-tsc --build --noEmit",
"circular-check": "skott --displayMode=file-tree --showCircularDependencies --no-trackTypeOnlyDependencies --tsconfig=./tsconfig.app.json"
},
"dependencies": {
"@ctrl/tinycolor": "^4.2.0",
"@fontsource/raleway": "^5.2.8",
"@fontsource/roboto": "^5.2.10",
"@irojs/iro-core": "^1.2.1",
"@jaames/iro": "^5.5.2",
"axios": "^1.18.1",
"consola": "^3.4.2",
"dompurify": "catalog:",
"echarts": "catalog:",
"echarts-gl": "^2.1.0",
"hls.js": "^1.6.16",
"ipaddr.js": "^2.4.0",
"jwt-decode": "^4.0.0",
"lodash-es": "^4.18.1",
"marked": "^18.0.5",
"marked-base-url": "^1.1.9",
"md5": "^2.3.0",
"monaco-editor": "^0.55.1",
"panzoom": "^9.4.4",
"qr-scanner": "^1.4.2",
"qrcode.vue": "^1.7.0",
"semver": "^7.8.5",
"shlex": "^3.0.0",
"sortablejs": "^1.15.7",
"uuid": "^14.0.1",
"vue": "catalog:",
"vue-class-component": "^7.2.6",
"vue-echarts": "^7.0.3",
"vue-i18n": "^8.28.2",
"vue-inline-svg": "^2.1.4",
"vue-json-viewer": "^2.2.22",
"vue-meta": "^2.4.0",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.6.5",
"vue2-touch-events": "^3.2.3",
"vuetify": "^2.7.2",
"vuetify-confirm": "^2.0.6",
"vuex": "^3.6.2"
},
"devDependencies": {
"@mdi/js": "^7.4.47",
"@originjs/vite-plugin-content": "^1.0.5",
"@pedrolamas/plugin-vue2": "^2.4.1",
"@tsconfig/node24": "^24.0.4",
"@types/jsdom": "^28.0.3",
"@types/lodash-es": "^4.17.12",
"@types/md5": "^2.3.6",
"@types/node": "^24.12.4",
"@types/semver": "^7.7.1",
"@types/sortablejs": "^1.15.9",
"@vue/eslint-config-typescript": "^14.9.0",
"@vue/test-utils": "^1.3.6",
"@vue/tsconfig": "^0.9.1",
"commit-and-tag-version": "^12.7.3",
"esbuild": "^0.28.1",
"eslint": "^9.39.4",
"eslint-plugin-regexp": "^3.1.0",
"eslint-plugin-vue": "^9.33.0",
"husky": "^9.1.7",
"jsdom": "^29.1.1",
"mockdate": "^3.0.5",
"neostandard": "^0.13.0",
"rollup": "^4.62.2",
"sass-embedded": "^1.100.0",
"skott": "^0.35.11",
"svgo": "^4.0.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.0",
"unplugin-vue-components": "^30.0.0",
"vite": "catalog:",
"vite-plugin-checker": "^0.14.4",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.9",
"vue-debounce-decorator": "^1.0.1",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "~3.0.10",
"workbox-build": "^7.4.1",
"workbox-core": "^7.4.1",
"workbox-precaching": "^7.4.1",
"workbox-recipes": "^7.4.1",
"workbox-routing": "^7.4.1",
"workbox-strategies": "^7.4.1",
"workbox-window": "^7.4.1"
},
"bugs": {
"url": "https://github.com/fluidd-core/fluidd/issues"
},
"homepage": "https://github.com/fluidd-core/fluidd#readme",
"keywords": [
"klipper"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/fluidd-core/fluidd.git"
},
"engines": {
"node": "^22.12.0 || ^24"
},
"packageManager": "pnpm@11.6.0+sha512.9a36518224080c6fe5165afdcfe79bfa118c29be703f3f462b1e32efe1e98e47e8750b148e08286250aad4113cc7993ca413c4e2cd447752708c2ee5751bc95f"
}