-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.38 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
102
103
104
105
106
107
{
"name": "f-oh-pwa",
"version": "1.3.1",
"private": true,
"type": "module",
"repository": "https://gitee.com/Jesse205/F-OH-PWA",
"author": {
"name": "Jesse205",
"email": "[email protected]",
"url": "https://gitee.com/Jesse205"
},
"license": "GPL-3.0",
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"scripts": {
"dev:web": "vite",
"dev:tauri": "tauri dev",
"build:web": "vite build",
"build:tauri": "tauri build",
"preview": "vite preview",
"type-check": "vue-tsc --build --force",
"lint:js": "eslint --flag unstable_ts_config",
"lint:css": "stylelint \"**/*.scss\"",
"lint:all": "npm-run-all --parallel lint:js lint:css",
"lint-fix:js": "eslint --fix --flag unstable_ts_config",
"lint-fix:css": "stylelint \"**/*.scss\" --fix",
"lint-fix:all": "npm-run-all --parallel lint-fix:js lint-fix:css",
"format": "prettier . --check",
"format-fix": "prettier . --write"
},
"dependencies": {
"@mdi/font": "7.4.47",
"@mdi/js": "^7.4.47",
"@tauri-apps/api": "2.0.0-beta.12",
"@tauri-apps/plugin-clipboard-manager": "2.1.0-beta.1",
"@tauri-apps/plugin-http": "2.0.0-beta.3",
"@vue/runtime-core": "^3.4.38",
"@vueuse/core": "^11.0.3",
"@vueuse/integrations": "^11.0.3",
"axios": "^1.7.7",
"axios-tauri-api-adapter": "^0.2.2",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"pinia": "^2.2.2",
"showdown": "^2.1.0",
"swiper": "^11.1.12",
"vue": "^3.4.38",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3",
"vuetify": "^3.7.1",
"workbox-build": "^7.1.1",
"workbox-window": "^7.1.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/types": "^7.25.6",
"@eslint/js": "^9.9.1",
"@tauri-apps/cli": "2.0.0-beta.18",
"@tsconfig/node21": "^21.0.3",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/espree": "^10.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.2",
"@types/showdown": "^2.0.6",
"@unocss/eslint-config": "^0.62.4",
"@unocss/preset-rem-to-px": "^0.62.4",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/tsconfig": "^0.5.1",
"browserslist": "^4.23.3",
"dotenv": "^16.4.5",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.27.0",
"espree": "^10.1.0",
"globals": "^15.9.0",
"jiti": "^1.21.6",
"lightningcss": "^1.26.0",
"npm-run-all": "^4.1.5",
"prettier": "3.3.3",
"sass": "^1.77.8",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"svgo": "^3.3.2",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0",
"unocss": "^0.62.4",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.2",
"vite-plugin-pwa": "^0.20.2",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.1.4",
"xml-js": "^1.6.11"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
}
}