-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"nuxt": "^3.15.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vue": "^3.4.15",
"vue-eslint-parser": "^9.4.3",
"vue-router": "^4.5.0"
},
"dependencies": {
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "^8.5.6",
"@nuxtjs/robots": "^5.1.0",
"@nuxtjs/sitemap": "^7.0.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"h3": "^1.13.0",
"lucide-vue-next": "^0.314.0",
"node-cache": "^5.1.2",
"nuxt-lego": "^0.0.14",
"nuxt-time": "^1.0.3"
}
}