-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.01 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
{
"name": "digital-signature",
"private": true,
"version": "1.3.0",
"type": "module",
"scripts": {
"build": "run-p check build-only",
"check": "vue-tsc --noEmit",
"build-only": "vite build",
"dev": "vite",
"format": "prettier --write .",
"lint": "run-s \"lint:stylelint {@}\" \"lint:eslint {@}\" --",
"lint:eslint": "eslint \"*.ts\" \"*.js\" src/",
"lint:stylelint": "stylelint \"**/*.{css,vue,html}\" --ignore-path .gitignore",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev -f devtools",
"tauri:build": "tauri build --no-bundle"
},
"dependencies": {
"@fontsource/noto-sans-sc": "^5.1.0",
"@fontsource/roboto": "^5.1.0",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"@vueuse/core": "^12.0.0",
"vue": "^3.5.13",
"vuetify": "^3.7.5"
},
"devDependencies": {
"@iconify-json/ic": "^1.2.1",
"@mdi/js": "^7.4.47",
"@tauri-apps/cli": "^2.1.0",
"@types/node": "^20.17.9",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.2",
"eslint": "^9.16.0",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.1",
"postcss": "^8.4.49",
"postcss-preset-env": "^10.1.1",
"prettier": "^3.4.2",
"stylelint": "^16.11.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2",
"typescript": "^5.7.2",
"unplugin-icons": "^0.21.0",
"vite": "^6.0.3",
"vue-tsc": "https://pkg.pr.new/vuejs/language-tools/vue-tsc@3fb59af"
},
"browserslist": [
"edge >= 105",
"safari >= 13"
],
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}