forked from fluidd-core/fluidd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
132 lines (132 loc) · 4.23 KB
/
package.json
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
{
"name": "fluidd",
"version": "1.25.3",
"private": true,
"description": "fluidd, a klipper web client.",
"author": {
"name": "Craig Bassett"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "vite",
"serve": "vite",
"serve:prod": "vite preview --port 5000",
"serve:docs": "cd ./docs; bundle exec jekyll serve",
"lint": "eslint --ext .ts,.js,.vue ./src",
"bootstrap": "husky install",
"copy:host:config": "shx cp -f ./server/config.json ./dist/config.json",
"deploy:host": "npx --yes -p @0x4447/potato potato -s dist -u -b app.fluidd.xyz -a \"$AWS_ACCESS_KEY_ID\" -t \"$AWS_SECRET_ACCESS_KEY\"",
"deploy:host:dev": "npx --yes -p @0x4447/potato potato -s dist -u -b dev-app.fluidd.xyz",
"i18n-extract": "vue-i18n-extract use-config",
"release": "standard-version",
"release:major": "npm run release -- --release-as major",
"release:minor": "npm run release -- --release-as minor",
"release:patch": "npm run release -- --release-as patch",
"release:rc": "npm run release -- --prerelease rc",
"test": "npm run test:unit",
"test:unit": "vitest --environment jsdom",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"circular-check": "tsc --showConfig -p ./tsconfig.app.json > temp.json && madge --ts-config ./temp.json --warning --circular --extensions ts,vue,js ./src",
"theme:convert": "cd tools; node convertTheme.js"
},
"main": "index.js",
"dependencies": {
"@ctrl/tinycolor": "^4.0.2",
"@fontsource/raleway": "^5.0.8",
"@fontsource/roboto": "^5.0.8",
"@jaames/iro": "^5.5.2",
"axios": "^0.27.2",
"consola": "^3.2.3",
"deepmerge": "^4.3.1",
"dompurify": "^3.0.5",
"echarts": "^5.4.3",
"echarts-gl": "^2.0.9",
"hls.js": "^1.4.12",
"jwt-decode": "^3.1.2",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"monaco-editor": "^0.43.0",
"monaco-editor-textmate": "^4.0.0",
"monaco-textmate": "^3.0.1",
"onigasm": "^2.2.5",
"panzoom": "^9.4.3",
"qr-scanner": "^1.4.2",
"qrcode.vue": "^1.7.0",
"semver": "^7.5.4",
"shlex": "^2.1.2",
"sortablejs": "^1.15.0",
"uuid": "^9.0.1",
"vue": "^2.7.14",
"vue-class-component": "^7.2.6",
"vue-echarts": "^6.6.1",
"vue-i18n": "^8.28.2",
"vue-inline-svg": "^2.1.3",
"vue-json-viewer": "^2.2.22",
"vue-meta": "^2.4.0",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.6.5",
"vue-virtual-scroller": "^1.1.2",
"vuetify": "^2.7.1",
"vuetify-confirm": "^2.0.6",
"vuex": "^3.6.2"
},
"devDependencies": {
"@mdi/js": "^7.2.96",
"@originjs/vite-plugin-content": "^1.0.3",
"@types/dompurify": "^3.0.2",
"@types/jsdom": "^21.1.2",
"@types/lodash-es": "^4.17.9",
"@types/md5": "^2.3.2",
"@types/node": "^18.17.15",
"@types/semver": "^7.5.1",
"@types/sortablejs": "^1.15.2",
"@types/uuid": "^9.0.3",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^1.3.6",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"madge": "^5.0.1",
"mockdate": "^3.0.5",
"monaco-vscode-textmate-theme-converter": "^0.1.7",
"sass": "~1.32",
"shx": "^0.3.4",
"standard-version": "^9.5.0",
"typescript": "^5.2.2",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-pwa": "^0.16.5",
"vitest": "^0.34.4",
"vue-debounce-decorator": "^1.0.1",
"vue-i18n-extract": "^2.0.7",
"vue-template-compiler": "^2.7.14",
"vue-tsc": "^1.8.11"
},
"_id": "[email protected]",
"bugs": {
"url": "https://github.com/fluidd-core/fluidd/issues"
},
"homepage": "https://github.com/fluidd-core/fluidd#readme",
"keywords": [
"klipper"
],
"license": "MIT",
"readme": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/fluidd-core/fluidd.git"
},
"engines": {
"node": "^16 || ^18"
}
}