-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (46 loc) · 1.32 KB
/
package.json
File metadata and controls
47 lines (46 loc) · 1.32 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
45
46
47
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"start": "nuxt start",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/image": "^1.8.1",
"@nuxtjs/robots": "^5.2.1",
"@nuxtjs/seo": "^2.0.2",
"@nuxtjs/sitemap": "^7.2.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"@unhead/schema-org": "^1.11.18",
"autoprefixer": "^10.4.20",
"nuxt": "^3.14.1592",
"nuxt-seo-utils": "^6.0.8",
"postcss": "^8.4.49",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss": "^3.4.17",
"vue": "^3.3.12",
"vue-router": "^4.2.5"
},
"dependencies": {
"@nuxt/http": "^0.6.4",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/google-fonts": "^3.1.3",
"@vueuse/core": "^12.4.0",
"axios": "^1.7.9",
"lru-cache": "^11.0.2",
"markdown-it": "^14.1.0",
"qs": "^6.13.1",
"swiper": "^11.0.5",
"vue-countup-v3": "^1.4.0",
"vue-range-slider": "^0.6.0",
"vue-waypoint": "^4.3.0"
}
}