-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.41 KB
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
{
"name": "levizitting.com",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "patch-package && nuxt prepare",
"lint": "eslint . --max-warnings=0",
"lint:fix": "eslint . --fix --max-warnings=0",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@nuxt/content": "^3.15.2",
"@nuxtjs/sitemap": "^8.3.1",
"@tailwindcss/vite": "^4.3.3",
"better-sqlite3": "^12.11.1",
"feed": "^6.0.0",
"markdown-it": "^14.3.0",
"nostics": "^1.2.0",
"nuxt": "^4.5.1",
"nuxt-gtag": "^4.1.0",
"tailwindcss": "^4.1.18",
"vue": "^3.5.40",
"vue-router": "^5.2.0"
},
"devDependencies": {
"@nuxt/eslint": "^1.16.0",
"@types/markdown-it": "^14.1.2",
"@types/node": "^26.1.2",
"eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
"patch-package": "^8.0.1",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"typescript": "^6.0.3",
"vue-tsc": "^3.3.8"
},
"allowScripts": {
"esbuild@0.28.1": true,
"unrs-resolver@1.12.2": true,
"@parcel/watcher@2.5.6": true,
"better-sqlite3@12.11.1": true
}
}