-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.47 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
{
"name": "monit",
"private": true,
"author": "wosqqa",
"version": "0.6.2",
"description": "桌面小组件",
"scripts": {
"prepare": "husky install",
"serve": "vue-cli-service electron:serve",
"build": "vue-cli-service electron:build",
"release": "vue-cli-service electron:build --publish always"
},
"dependencies": {
"@mediapipe/drawing_utils": "^0.3.1620248257",
"@mediapipe/holistic": "^0.5.1635989137",
"axios": "^0.27.2",
"electron-store": "^8.1.0",
"electron-updater": "^5.2.1",
"pinia": "^2.0.18",
"vue": "^3.2.37",
"vue-router": "^4.1.3",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.2.37",
"autoprefixer": "^10.4.8",
"electron": "^18.3.8",
"electron-builder": "^23.3.3",
"electron-devtools-installer": "^3.2.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"mrm": "^4.0.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "^1.54.4",
"sass-loader": "^13.0.2",
"svg-vue3-loader": "^1.0.2",
"tailwindcss": "^3.1.8",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"vue-cli-plugin-electron-builder": "3.0.0-alpha.4",
"vue-cli-plugin-tailwind": "~3.0.0",
"webpack": "^5.74.0"
},
"lint-staged": {
"*.{js,css,vue,md}": "prettier --write ."
}
}