-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 970 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 970 Bytes
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
{
"name": "lays-workbench",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"publish": "scp -r ./dist/* root@119.27.164.123:/root/webserver/e.bh-lay.com/",
"deploy": "npm run build && npm run publish",
"lint": "eslint --ext .ts,.vue src --fix"
},
"dependencies": {
"@mdi/js": "^6.3.95",
"@types/qrcode": "^1.5.6",
"json-formatter-js": "^2.3.4",
"jsqr": "^1.4.0",
"monaco-editor": "0.51.0",
"qrcode": "^1.5.4",
"vue": "^3.2.26",
"vue3-seven-segment-display": "^1.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.0.4",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"less": "^4.2.2",
"stylus": "^0.54.8",
"stylus-loader": "^6.1.0",
"typescript": "^4.5.4",
"vite": "^6.1.1",
"vite-plugin-pwa": "^0.21.1"
}
}