generated from nuxt-ui-pro/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 903 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-jpp-domain-checker",
"private": false,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/circle-flags": "^1.2.3",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.17",
"@nuxt/ui-pro": "^1.6.0",
"@nuxtjs/seo": "2.0.2",
"@vueuse/core": "^12.2.0",
"nuxt": "^3.15.0"
},
"devDependencies": {
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint-config": "^0.7.4",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/i18n": "^9.1.1",
"eslint": "^9.17.0",
"nuxt-icon": "^0.6.10",
"nuxt-security": "^2.1.5",
"vue-tsc": "^2.2.0",
"zod": "^3.24.1"
}
}