-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 3.13 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
{
"name": "tsdm-app",
"description": "一个跨平台的第三方天使动漫论坛客户端",
"author": "lvzhenbo",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"android:add": "ionic cap add android",
"android:open": "ionic cap open android",
"android:dev": "ionic cap run android -l --external",
"android:copy": "ionic cap copy android",
"android:build": "ionic cap build android",
"android:sync": "ionic cap sync android",
"pkgManager:pnpm": "corepack use pnpm"
},
"dependencies": {
"@capacitor-community/safe-area": "6.0.0-alpha.4",
"@capacitor/app": "^6.0.0",
"@capacitor/browser": "^6.0.1",
"@capacitor/core": "^6.1.1",
"@capacitor/haptics": "^6.0.0",
"@capacitor/preferences": "^6.0.1",
"@capacitor/splash-screen": "^6.0.1",
"@capacitor/status-bar": "^6.0.0",
"@ionic/vue": "^8.2.6",
"@ionic/vue-router": "^8.2.6",
"@tiptap/extension-color": "^2.5.8",
"@tiptap/extension-image": "^2.5.8",
"@tiptap/extension-text-align": "^2.5.8",
"@tiptap/extension-text-style": "^2.5.8",
"@tiptap/extension-underline": "^2.5.8",
"@tiptap/pm": "^2.5.8",
"@tiptap/starter-kit": "^2.5.8",
"@tiptap/vue-3": "^2.5.8",
"@varlet/ui": "^3.3.11",
"@vueuse/core": "^10.11.0",
"date-fns": "^3.6.0",
"destr": "^2.0.3",
"ionicons": "^7.4.0",
"pinia": "^2.2.0",
"viewerjs": "^1.11.6",
"vue": "^3.4.35",
"vue-router": "^4.4.2"
},
"devDependencies": {
"@capacitor/android": "^6.1.1",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.1",
"@ionic/cli": "^7.2.0",
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.14",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"npm-run-all2": "^6.2.2",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"stylelint": "^16.8.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-tailwindcss": "^0.0.7",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.5",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.29"
},
"browserslist": [
"Chrome >=89",
"ChromeAndroid >=89",
"Firefox >=75",
"Edge >=89",
"Safari >=15",
"iOS >=15"
],
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}