-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"nuxt:build": "pnpm tauri build",
"build": "pnpm tauri build",
"dev": "pnpm tauri dev",
"lint:rust": "cd src-tauri ; cargo clippy ; cargo fmt ; cd ..",
"lint:vue": "eslint --fix --ext .vue,.ts --ignore-path .gitignore . --fix"
},
"devDependencies": {
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/tailwindcss": "^6.10.4",
"@tauri-apps/cli": "^1.5.9",
"daisyui": "^4.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tailwindcss": "^3.14.0",
"nuxt": "^3.9.1",
"vue": "^3.4.14",
"vue-eslint-parser": "^9.4.0",
"vue-router": "^4.2.5"
},
"dependencies": {
"@headlessui/vue": "^1.7.17",
"@heroicons/vue": "^2.1.1",
"@tauri-apps/api": "^1.5.3",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-vue": "^9.20.1"
}
}