-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 805 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 805 Bytes
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test:e2e": "playwright test"
},
"dependencies": {
"@iconify-json/lucide": "1.2.106",
"@iconify-json/simple-icons": "1.2.81",
"@nuxt/ui": "3.3.7",
"@pinia/nuxt": "0.11.3",
"@vueuse/core": "13.9.0",
"nostr-tools": "2.23.3",
"nuxt": "4.4.2",
"pinia": "3.0.4"
},
"devDependencies": {
"@nuxt/eslint": "1.15.2",
"@nuxt/test-utils": "3.23.0",
"@playwright/test": "1.59.1",
"eslint": "9.39.4",
"typescript": "5.9.3",
"vite-plugin-vue-devtools": "8.1.2"
}
}