-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 929 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prettier": "prettier . --write"
},
"dependencies": {
"nuxt": "^3.10.3",
"puppeteer": "^22.6.2",
"sharp": "^0.33.2",
"typed.js": "^2.1.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@nuxt/image": "^1.4.0",
"@nuxtjs/color-mode": "^3.3.3",
"@nuxtjs/sitemap": "^5.1.2",
"@nuxtjs/tailwindcss": "^6.11.4",
"@volar/vue-typescript": "^1.6.5",
"nuxt-aos": "^1.2.4",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.12",
"typescript": "^5.4.2"
}
}