-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 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
{
"name": "nuxt-app",
"version": "0.0.2",
"private": true,
"main": "nuxt.config.ts",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"docs": "typedoc"
},
"dependencies": {
"@nuxt/content": "^2.13.2",
"@nuxt/image": "^1.7.0",
"@nuxt/ui": "^2.17.0",
"@voicenter-team/voicenter-ui-plus": "^0.5.20",
"nuxt": "^3.12.4"
},
"files": [
"app/",
"components/",
"layouts/",
"modules/",
"app.vue",
"app.config.ts",
"nuxt.config.ts",
"tailwind.config.ts"
],
"devDependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/vscode-icons": "^1.2.0",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.5.0",
"@nuxt/fonts": "^0.7.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@voicenter-team/eslint-config-vue": "^1.0.24",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"nuxt-og-image": "^3.0.0-rc.64",
"sass": "1.77.6",
"typedoc": "^0.26.6",
"typedoc-plugin-markdown": "^4.2.5",
"typescript": "5.3.3",
"vite-plugin-static-copy": "^1.0.6",
"vue-tsc": "^2.0.26"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}