forked from zyyv/zyyv.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.42 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
{
"name": "chris.me",
"description": "Chris' blog build with Nuxt3.",
"private": true,
"keywords": [
"blog",
"vue3",
"nuxt3",
"unocss"
],
"license": "MIT",
"author": "Chris <https://github.com/zyyv>",
"repository": {
"type": "git",
"url": "git+https://github.com/zyyv/chris.me.git"
},
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"preview": "nuxt preview",
"lint": "eslint .",
"postinstall": "nuxt prepare && esno scripts/posts-route.ts"
},
"bugs": {
"url": "https://github.com/zyyv/chris.me/issues"
},
"homepage": "https://github.com/zyyv/chris.me#readme",
"dependencies": {
"blurhash": "^2.0.4",
"octokit": "^2.0.14"
},
"devDependencies": {
"@chris-zhu/eslint-config": "^1.0.7",
"@iconify-json/akar-icons": "^1.1.12",
"@iconify-json/carbon": "^1.1.14",
"@iconify-json/logos": "^1.1.22",
"@iconify-json/ri": "^1.1.4",
"@nuxt/content": "^2.4.3",
"@types/fs-extra": "^11.0.1",
"@unocss/nuxt": "^0.49.4",
"@vite-pwa/nuxt": "^0.0.3",
"@vueuse/nuxt": "^9.12.0",
"eslint": "^8.33.0",
"esno": "^0.16.3",
"fs-extra": "^11.1.0",
"nuxt": "3.1.2",
"sass": "^1.58.0",
"typescript": "^4.9.5",
"unocss-preset-scrollbar": "^0.2.0",
"vite-plugin-inspect": "^0.7.15"
},
"pnpm": {
"overrides": {
"@nuxt/kit": "npm:@nuxt/kit-edge@latest",
"@nuxt/kit-edge": "latest"
}
}
}