-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 769 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 769 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
{
"name": "profiglass-site",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/google-fonts": "3.2.0",
"@pinia/nuxt": "0.11.2",
"maska": "2.1.11",
"nuxt": "3.19.2",
"nuxt-swiper": "2.0.1",
"pinia": "3.0.3",
"vue": "3.5.22",
"vue-router": "4.5.1",
"vue-yandex-maps": "2.2.2"
},
"devDependencies": {
"@nuxt/image": "1.11.0",
"@nuxt/schema": "4.1.2",
"@nuxtjs/tailwindcss": "6.14.0",
"@types/node": "24.10.0",
"sass-embedded": "1.93.2"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}