-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1022 Bytes
/
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@floating-ui/vue": "^1.1.6",
"@nuxt/content": "^3.0.0",
"@nuxt/eslint": "^0.7.5",
"@vueuse/core": "^12.5.0",
"sass": "^1.83.4",
"sharp": "^0.33.5"
},
"devDependencies": {
"@iconify-json/bx": "^1.2.2",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.21",
"@nuxt/eslint-config": "^0.7.5",
"@nuxt/fonts": "^0.10.3",
"@nuxt/icon": "^1.10.3",
"@nuxt/image": "^1.9.0",
"@nuxtjs/i18n": "9.1.3",
"@nuxtjs/seo": "^2.0.0",
"eslint": "^9.18.0",
"nuxt": "^3.15.2",
"nuxt-time": "^1.0.3",
"typescript": "^5.7.3"
},
"pnpm": {
"supportedArchitectures": {
"os": [
"linux"
],
"cpu": [
"x64"
]
}
},
"packageManager": "[email protected]"
}