-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
38
39
40
41
42
43
44
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"deploy": "npx wrangler --cwd .output deploy --name capital"
},
"dependencies": {
"@bg-dev/nuxt-naiveui": "^2.0.0",
"@fontsource-variable/nunito": "^5.2.7",
"@nuxt/content": "3.6.3",
"@nuxt/eslint": "1.7.1",
"@nuxt/image": "1.10.0",
"@nuxt/scripts": "0.11.10",
"@nuxtjs/i18n": "10.2.1",
"@octokit/rest": "^22.0.1",
"@unhead/vue": "^2.1.12",
"@vueuse/core": "^13.9.0",
"@vueuse/nuxt": "13.6.0",
"better-sqlite3": "^12.8.0",
"eslint": "^9.39.4",
"nuxt": "^4.4.2",
"nuxtjs-naive-ui": "1.0.2",
"typed.js": "^2.1.0",
"vue": "^3.5.30",
"vue-router": "^4.6.4",
"wrangler": "^4.73.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"@vicons/ionicons5": "^0.13.0",
"@vicons/material": "^0.13.0",
"daisyui": "^5.5.19",
"naive-ui": "^2.44.1",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^30.0.0"
}
}