-
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) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 836 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",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier --write ."
},
"prettier": "@enxg/prettier-config",
"dependencies": {
"@nuxt/fonts": "0.11.4",
"@nuxt/icon": "2.0.0",
"@nuxtjs/seo": "3.2.2",
"@vueuse/nuxt": "13.9.0",
"nuxt": "^4.1.3",
"vue": "^3.5.22",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@enxg/prettier-config": "^1.1.0",
"@enxg/ts-config": "^1.2.0",
"@iconify-json/line-md": "^1.2.11",
"@iconify-json/logos": "^1.2.9",
"@iconify-json/simple-icons": "^1.2.54",
"@nuxtjs/tailwindcss": "^6.14.0",
"prettier": "^3.6.2"
},
"packageManager": "yarn@4.9.4"
}