-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 857 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
{
"name": "nuxt-ui-pro-template-saas",
"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"
},
"dependencies": {
"@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/ui-pro": "^1.4.3",
"@vueuse/nuxt": "^11.1.0",
"nuxt": "^3.13.2",
"nuxt-og-image": "^3.0.4"
},
"devDependencies": {
"@nuxt/eslint": "^0.5.7",
"@nuxthq/studio": "^2.1.1",
"eslint": "^9.11.1",
"vue-tsc": "^2.1.6"
},
"resolutions": {
"@nuxtjs/tailwindcss": "nightly"
},
"packageManager": "[email protected]"
}