-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.99 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
{
"name": "tool-box",
"private": true,
"version": "1.0.6",
"main": "dist/electron/main/index.js",
"author": "parker",
"description": "沃德工具箱",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint --fix src/**/*.{js,ts,jsx,tsx,vue}",
"stylelint": "stylelint --fix src/**/*.{scss,sass,css,less}",
"electron-dev": "cross-env NODE_ENV=development MODE=electron vite",
"electron-build": "cross-env NODE_ENV=production MODE=electron vite build && electron-builder",
"electron-builder": "electron-builder"
},
"dependencies": {
"cropperjs": "^1.5.12",
"dayjs": "^1.10.8",
"mux.js": "^6.2.0",
"naive-ui": "^2.33.2",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"qrcode": "^1.5.1",
"qrcode-decoder": "^0.3.1",
"reset-css": "^5.0.1",
"vicons": "^0.0.1",
"vue": "^3.2.25",
"vue-router": "4"
},
"devDependencies": {
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@vicons/material": "^0.12.0",
"@vitejs/plugin-vue": "^2.2.0",
"@vitejs/plugin-vue-jsx": "^1.3.8",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"electron": "^18.2.0",
"electron-builder": "^23.0.3",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"png-to-ico": "^2.1.7",
"postcss-preset-env": "^7.4.2",
"prettier": "^2.5.1",
"sass": "^1.49.9",
"stylelint": "^14.5.3",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.5.0",
"stylelint-scss": "^4.1.0",
"tinify": "^1.6.1",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vite-plugin-electron": "^0.9.2",
"vue-tsc": "^0.29.8"
}
}