generated from nuxtbase/nuxt3-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
64 lines (64 loc) · 1.86 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
62
63
64
{
"name": "stunning-ui",
"description": "Create stunning websites that are stand out",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "nuxt dev --port 6636",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"serve": "esno .output/server/index.mjs",
"start": "node .output/server/index.mjs",
"p:ish": "pnpm install --shamefully-hoist",
"p:up": "pnpm up",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"devDependencies": {
"@iconify/json": "^2.2.213",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "latest",
"@nuxtjs/color-mode": "^3.4.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia/nuxt": "^0.4.11",
"@tailwindcss/typography": "^0.5.13",
"@types/canvas-confetti": "^1.6.4",
"@types/lodash-es": "^4.17.12",
"@types/splitting": "^1.0.6",
"@vueuse/nuxt": "^10.9.0",
"defu": "^6.1.4",
"nuxt": "^3.11.2",
"nuxt-icon": "^0.6.10",
"sass": "^1.77.2",
"shadcn-nuxt": "^0.10.4",
"typescript": "^5.4.5"
},
"dependencies": {
"@radix-icons/vue": "^1.0.0",
"@tsparticles/engine": "^3.4.0",
"@tsparticles/preset-stars": "^3.1.0",
"@tsparticles/shape-star": "^3.4.0",
"@tsparticles/slim": "^3.4.0",
"@vueuse/core": "^10.11.0",
"@vueuse/motion": "^2.2.3",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"colord": "^2.9.3",
"dayjs": "^1.11.11",
"embla-carousel-vue": "^8.1.5",
"gsap": "^3.12.5",
"lenis": "^1.0.45",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
"radix-vue": "^1.8.1",
"split-type": "^0.3.4",
"splitting": "^1.1.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"typed.js": "^2.1.0",
"vue-i18n": "^9.13.1",
"vue-sonner": "^1.1.2"
}
}