-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "lanaya",
"private": true,
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"aarch": "node scripts/aarch.mjs",
"updater": "node scripts/updater.mjs",
"publish": "node scripts/publish.mjs",
"tauri": "tauri",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier --write .",
"check": "prettier --check **/*.{js,md,vue,css,html}"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@intlify/unplugin-vue-i18n": "^1.4.0",
"@tauri-apps/api": "^1.5.1",
"hotkeys-js": "^3.12.0",
"md5": "^2.3.0",
"pinia": "^2.1.7",
"vue": "^3.3.7",
"vue-i18n": "^9.6.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@tauri-apps/cli": "^1.5.6",
"@vitejs/plugin-vue": "^4.4.0",
"autoprefixer": "^10.4.16",
"daisyui": "^3.9.3",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.18.0",
"fs-extra": "^11.1.1",
"node-fetch": "^3.3.2",
"postcss": "^8.4.31",
"prettier": "3.0.3",
"tailwindcss": "^3.3.5",
"vite": "^4.5.0"
}
}