-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.96 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "technova-solutions-ui-thing",
"private": false,
"description": "TechNova Solutions a Nuxt 4 starter template built with UI Thing. This company can offer a range of innovative technology services and products, which allows you to showcase various features and content areas on the landing page.",
"license": "MIT",
"author": {
"name": "Behon Baker",
"email": "behon.baker@yahoo.com",
"url": "https://behonbaker.com"
},
"type": "module",
"scripts": {
"build": "nuxt build",
"clean": "rm -rf .nuxt dist node_modules package-lock.json && npm install",
"dev": "nuxt dev --host",
"format": "npx --yes prettier --write .",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "nuxt preview",
"ui:add": "npx --yes ui-thing@latest add",
"prepare": "husky"
},
"dependencies": {
"@iconify/vue": "^4.2.0",
"@nuxt/eslint": "^0.7.4",
"@nuxt/icon": "^1.10.3",
"@nuxtjs/i18n": "^8.5.6",
"@nuxtjs/seo": "^2.0.2",
"@vite-pwa/nuxt": "^0.10.6",
"nuxt": "^3.15.0",
"nuxt-marquee": "^1.0.4",
"nuxt-module-hotjar": "^1.3.2",
"nuxt-security": "^2.1.5",
"nuxt-translation-manager": "^1.1.1",
"radix-vue": "^1.9.11",
"tailwind-variants": "^0.3.0",
"vue": "latest",
"vue-router": "latest",
"vue-sonner": "^1.3.0",
"vue-use-fixed-header": "^2.0.3"
},
"devDependencies": {
"@hypernym/nuxt-gsap": "^2.4.3",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/lucide": "^1.2.20",
"@iconify-json/ph": "^1.2.2",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"@tailwindcss/forms": "^0.5.9",
"@vueuse/nuxt": "^12.2.0",
"husky": "^9.1.7",
"nuxt-rellax": "^0.0.17",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2"
}
}