-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
32 lines (32 loc) · 863 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@iconify-json/lucide": "^1.2.22",
"@iconify-json/simple-icons": "^1.2.19",
"@nuxt/ui": "3.0.0-alpha.12",
"@nuxt/ui-pro": "3.0.0-alpha.12",
"@nuxtjs/i18n": "9.2.0",
"nuxt": "^3.15.1",
"tailwindcss": "^4.0.0"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint": "^0.7.5",
"@types/eslint-config-prettier": "^6.11.3",
"eslint": "^9.17.0",
"eslint-config-prettier": "^10.0.1",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]+sha1.4370a069f21873a0ad83c785b8048ed8caf6e6e9"
}