-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.83 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
{
"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.3.0",
"@unocss/nuxt": "^66.1.0-beta.3",
"@vercel/analytics": "^1.5.0",
"@vite-pwa/nuxt": "^0.10.6",
"@vueuse/nuxt": "^12.8.2",
"floating-vue": "^5.2.2",
"medium-zoom": "^1.1.0",
"nuxt": "^3.16.0"
},
"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.16",
"@ntnyq/eslint-config": "^4.0.0",
"@ntnyq/prettier-config": "^2.0.0",
"@nuxt-dev/medium-zoom": "^0.0.2",
"@nuxt/eslint": "^1.2.0",
"@types/prompts": "^2.4.9",
"@unocss/reset": "^66.1.0-beta.3",
"bumpp": "^10.0.3",
"consola": "^3.4.0",
"eslint": "^9.22.0",
"husky": "^9.1.7",
"motion-v": "^0.11.3",
"nano-staged": "^0.8.0",
"npm-run-all2": "^7.0.2",
"prettier": "^3.5.3",
"prompts": "^2.4.2",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"unocss": "^66.1.0-beta.3",
"vue-tsc": "^2.2.8",
"workbox-build": "^7.3.0"
},
"nano-staged": {
"*.{js,ts,mjs,cjs,vue,svg,md,yml,yaml,toml,json}": "eslint --fix",
"*.{css,scss,html}": "prettier -uw"
}
}