-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 872 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
33
34
35
36
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "latest",
"@nuxt/image": "^1.8.1",
"@nuxt/ui": "3.0.0-alpha.8",
"@pinia/nuxt": "^0.5.5",
"@tailwindcss/typography": "^0.5.15",
"nuxt": "^3.14.159",
"nuxt-marquee": "^1.0.4",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.10"
},
"overrides": {
"vue": "latest"
},
"dependencies": {
"@vueuse/core": "^11.2.0",
"@vueuse/motion": "^2.2.6",
"node-html-parser": "^7.0.1",
"tailwindcss": "4.0.0-alpha.30"
}
}