forked from fluidd-core/fluidd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.11 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
{
"name": "fluidd",
"version": "1.7.0",
"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": "^3.5.0",
"@fontsource/raleway": "^4.5.11",
"@fontsource/roboto": "^4.5.8",
"@jaames/iro": "^5.5.2",
"axios": "^0.27.2",
"consola": "^2.15.3",
"deepmerge": "^4.2.2",
"echarts": "^5.4.1",
"echarts-gl": "^2.0.9",
"jwt-decode": "^3.1.2",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"monaco-editor": "^0.34.1",
"monaco-editor-textmate": "^4.0.0",
"monaco-textmate": "^3.0.1",
"onigasm": "^2.2.5",
"panzoom": "^9.4.3",
"qrcode.vue": "^1.7.0",
"register-service-worker": "^1.7.2",
"semver": "^7.3.8",
"uuid": "^9.0.0",
"vue": "^2.7.14",
"vue-class-component": "^7.2.6",
"vue-echarts": "^6.3.3",
"vue-i18n": "^8.28.2",
"vue-inline-svg": "^2.1.1",
"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",
"vuedraggable": "^2.24.3",
"vuetify": "^2.6.13",
"vuetify-confirm": "^2.0.6",
"vuex": "^3.6.2"
},
"devDependencies": {
"@mdi/js": "^7.1.96",
"@originjs/vite-plugin-content": "^1.0.1",
"@types/jsdom": "^20.0.1",
"@types/lodash-es": "^4.17.6",
"@types/md5": "^2.3.2",
"@types/node": "^18.11.17",
"@types/semver": "^7.3.13",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^1.3.3",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.30.0",
"eslint-plugin-vue": "^9.8.0",
"husky": "^8.0.2",
"jsdom": "^20.0.3",
"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": "^4.9.4",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.2",
"vite-plugin-checker": "^0.5.2",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-pwa": "^0.14.0",
"vitest": "^0.26.0",
"vue-debounce-decorator": "^1.0.1",
"vue-i18n-extract": "^2.0.7",
"vue-template-compiler": "^2.7.14",
"vue-tsc": "^1.0.13"
},
"_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"
}
}