-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.97 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
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "ntnyq.com",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"description": "ntnyq.com",
"keywords": [],
"author": {
"name": "ntnyq",
"email": "[email protected]",
"url": "https://ntnyq.com"
},
"repository": "ntnyq/ntnyq.com",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"generate:post": "tsx scripts/generatePost.ts",
"lint": "eslint .",
"postinstall": "nuxt prepare",
"prepare": "husky",
"preview": "nuxt preview",
"release": "bumpp",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@nuxt/content": "^3.1.0",
"@nuxt/image": "^1.9.0",
"@unocss/nuxt": "^65.4.3",
"@vercel/analytics": "^1.4.1",
"@vite-pwa/nuxt": "^0.10.6",
"@vueuse/nuxt": "^12.5.0",
"floating-vue": "^5.2.2",
"medium-zoom": "^1.1.0",
"nuxt": "^3.15.4"
},
"devDependencies": {
"@iconify-json/fa-brands": "^1.2.1",
"@iconify-json/fluent-emoji-flat": "^1.2.3",
"@iconify-json/radix-icons": "^1.2.2",
"@iconify-json/ri": "^1.2.5",
"@iconify-json/vscode-icons": "^1.2.11",
"@ntnyq/eslint-config": "^4.0.0-beta.1",
"@ntnyq/prettier-config": "^1.22.1",
"@nuxt-dev/medium-zoom": "^0.0.2",
"@nuxt/eslint": "^1.0.0",
"@types/prompts": "^2.4.9",
"@unocss/reset": "^65.4.3",
"bumpp": "^10.0.2",
"consola": "^3.4.0",
"eslint": "^9.19.0",
"husky": "^9.1.7",
"motion-v": "^0.9.0",
"nano-staged": "^0.8.0",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"prompts": "^2.4.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"unocss": "^65.4.3",
"vue-tsc": "^2.2.0",
"workbox-build": "^7.3.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3",
"@parcel/watcher",
"esbuild",
"sharp"
]
},
"nano-staged": {
"*.{js,ts,mjs,cjs,vue,svg,json,md,yml,yaml}": "eslint --fix",
"*.{css,scss,html}": "prettier -uw"
}
}