-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.38 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
{
"name": "ntnyq.com",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"description": "ntnyq.com",
"keywords": [],
"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 && pnpm publish",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify/json": "^2.2.265",
"@nuxt/content": "^2.13.4",
"@nuxt/image": "^1.8.1",
"@unocss/nuxt": "^0.63.6",
"@vite-pwa/nuxt": "^0.10.5",
"@vueuse/nuxt": "^11.1.0",
"floating-vue": "^5.2.2",
"nuxt": "^3.13.2"
},
"devDependencies": {
"@ntnyq/eslint-config": "^3.1.1",
"@ntnyq/prettier-config": "^1.21.3",
"@types/prompts": "^2.4.9",
"@unocss/reset": "^0.63.6",
"bumpp": "^9.7.1",
"consola": "^3.2.3",
"eslint": "^9.13.0",
"husky": "^9.1.6",
"nano-staged": "^0.8.0",
"npm-run-all2": "^7.0.1",
"prettier": "^3.3.3",
"prompts": "^2.4.2",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"unocss": "^0.63.6",
"vue-tsc": "^2.1.8",
"workbox-build": "^7.1.1"
},
"prettier": "@ntnyq/prettier-config",
"nano-staged": {
"*.{js,ts,mjs,cjs,vue,html,json,md,yml,yaml}": "eslint --fix"
}
}