-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 KB
/
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
{
"name": "nuxt-ui-pro-template-docs",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck",
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 public/icon.png"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "2",
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.4",
"@nuxt/content": "^2.13.2",
"@nuxt/fonts": "^0.9.2",
"@nuxt/image": "^1.8.0",
"@nuxt/scripts": "^0.9.4",
"@nuxt/ui-pro": "^1.4.3",
"@octokit/rest": "^21.0.2",
"nuxt": "^3.13.2",
"nuxt-og-image": "^3.0.4",
"nuxt-svgo": "^4.0.6"
},
"devDependencies": {
"@nuxt/eslint": "^0.5.7",
"@nuxthq/studio": "^2.1.1",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/nuxt": "^0.10.5",
"eslint": "^9.11.1",
"vue-tsc": "^2.1.6"
},
"resolutions": {
"@nuxtjs/tailwindcss": "nightly"
},
"packageManager": "[email protected]"
}