-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.79 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
{
"name": "vue-project",
"version": "0.0.0",
"scripts": {
"dev": "npm run build:icons && vite --host",
"build": "set NODE_OPTIONS=--max-old-space-size=4096 npm run build:icons && vite build && npm run copy",
"copy": "copyfiles -V -u 1 boards/**/* dist/boards && copyfiles -V -u 1 plugins/**/* dist/plugins && copyfiles -V -u 1 extensions/**/* dist/extensions",
"preview": "vite preview --port 5050",
"lint": "eslint . -c .eslintrc.js --fix --ext .ts,.js,.vue,.tsx,.jsx",
"build:icons": "node src/@iconify/build-icons.js"
},
"dependencies": {
"@casl/ability": "^6.2.0",
"@casl/vue": "^2.2.0",
"@floating-ui/dom": "1.0.0",
"@mdi/font": "^7.0.96",
"@vueuse/core": "^8.9.4",
"@yume-chan/adb": "^0.0.20",
"@yume-chan/adb-credential-web": "0.0.20",
"@yume-chan/adb-daemon-webusb": "0.0.20",
"@yume-chan/stream-extra": "0.0.20",
"apexcharts-clevision": "^3.28.5",
"axios": "^0.27.2",
"axios-mock-adapter": "^1.21.2",
"baklavajs": "^2.4.2",
"blockly": "^10.1.2",
"chart.js": "^3.9.1",
"crypto-js": "^4.1.1",
"eslint-import-resolver-alias": "^1.1.2",
"esptool-js": "^0.3.0",
"hash-wasm": "^4.10.0",
"jszip": "^3.10.1",
"jwt-decode": "^3.1.2",
"monaco-editor": "0.21.2",
"monaco-editor-vue3": "^0.1.8",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"prismjs": "^1.29.0",
"rollup-plugin-monaco-editor": "^0.2.1",
"sass": "^1.54.9",
"splitpanes": "^3.1.5",
"unplugin-vue-define-options": "^0.6.2",
"vue": "^3.4.4",
"vue-chartjs": "^4.1.1",
"vue-flatpickr-component": "9.0.6",
"vue-i18n": "^9.2.2",
"vue-markdown-render": "^2.0.1",
"vue-prism-component": "^2.0.0",
"vue-router": "^4.1.5",
"vue-virtual-scroller": "^2.0.0-beta.8",
"vue3-apexcharts": "^1.4.1",
"vue3-perfect-scrollbar": "^1.6.0",
"vue3-toastify": "^0.1.12",
"vuetify": "^3.4.0",
"webfontloader": "^1.6.28",
"xterm": "^5.3.0",
"xterm-addon-canvas": "^0.5.0",
"xterm-addon-fit": "^0.8.0"
},
"devDependencies": {
"@antfu/eslint-config-vue": "^0.25.2",
"@fullcalendar/core": "^5.11.3",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/list": "^5.11.3",
"@fullcalendar/timegrid": "^5.11.3",
"@fullcalendar/vue3": "^5.11.2",
"@iconify-json/mdi": "^1.1.33",
"@iconify/tools": "^2.1.0",
"@iconify/vue": "^3.2.1",
"@intlify/vite-plugin-vue-i18n": "^5.0.1",
"@vitejs/plugin-vue": "^3.1.0",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"copyfiles": "^2.4.1",
"eslint": "^8.23.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-sonarjs": "^0.14.0",
"eslint-plugin-vue": "^9.5.1",
"postcss-html": "^1.5.0",
"stylelint": "^14.12.0",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-use-logical-spec": "^4.1.0",
"unplugin-auto-import": "^0.10.3",
"unplugin-vue-components": "^0.21.2",
"vite": "^3.1.3",
"vite-async-component-loader": "^0.1.0",
"vite-plugin-pages": "^0.25.0",
"vite-plugin-vue-layouts": "^0.7.0",
"vite-plugin-vuetify": "^1.0.0-alpha.17",
"vue-tsc": "^0.39.5"
},
"packageManager": "[email protected]",
"resolutions": {
"postcss": "8",
"stylelint-order": "5",
"postcss-sorting": "^7.0.1"
}
}