-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "john-bot-whois",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/i18n": "^8.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"nuxt": "^3.11.2",
"nuxt-lego": "^0.0.14",
"nuxt-simple-sitemap": "^4.4.1",
"nuxt-time": "^0.1.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vue": "^3.4.15",
"vue-eslint-parser": "^9.4.2",
"vue-router": "^4.3.2"
},
"dependencies": {
"@nuxtjs/color-mode": "^3.4.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"h3": "^1.11.1",
"lucide-vue-next": "^0.314.0",
"node-cache": "^5.1.2",
"nuxt-simple-robots": "^3.1.10"
}
}