-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 800 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 800 Bytes
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": "@favware/website",
"version": "2.0.0",
"description": "For hearth and home",
"author": "@favware",
"license": "MIT",
"homepage": "https://favware.tech",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"start": "node .output/server/index.mjs",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.14.0",
"@prettier/plugin-xml": "^3.4.2",
"@sapphire/prettier-config": "^2.0.0",
"nuxt": "3.21.1",
"prettier": "^3.8.1",
"typescript": "^5.5.2",
"vue-meta": "^2.4.0"
},
"resolutions": {
"untyped": "2.0.0",
"vite": "7.3.1"
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@4.12.0"
}