-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.48 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
48
49
50
51
52
{
"name": "nuxt-app",
"type": "module",
"private": true,
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/content": "3.4.0",
"@nuxt/eslint": "1.2.0",
"@nuxt/ui": "3.0.1",
"@nuxtjs/mdc": "0.11.1",
"@nuxtjs/robots": "^5.2.8",
"@nuxtjs/sitemap": "^7.2.9",
"@pinia/nuxt": "^0.9.0",
"@vueuse/core": "^12.8.2",
"@vueuse/nuxt": "^12.8.2",
"@vueuse/router": "^12.8.2",
"lenis": "^1.2.3",
"motion-v": "^0.13.1",
"nuxt": "^3.16.1",
"nuxt-link-checker": "^4.3.0",
"nuxt-schema-org": "^5.0.4",
"nuxt-seo-utils": "^6.0.13",
"nuxt-umami": "^3.2.0",
"pinia": "^2.3.1",
"tailwind-variants": "^1.0.0",
"tailwindcss": "4.0.16",
"text-search-engine": "^1.4.4",
"typed.js": "^2.1.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.11.0",
"@tailwindcss/typography": "0.5.15",
"eslint": "^9.23.0",
"nuxt-echarts": "^0.2.6",
"prettier": "^3.5.3",
"prettier-eslint": "^16.3.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwind-scrollbar": "^4.0.1",
"typescript": "^5.8.2"
}
}