-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "@shadowrz/blog",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"@fontsource-variable/jost": "^5.0.19",
"@iconify-json/fluent-emoji-flat": "^1.1.16",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.106",
"@nuxt/content": "^2.12.1",
"@nuxt/eslint": "^0.5.0",
"@nuxt/icon": "1.4.5",
"@nuxt/image": "^1.7.0",
"@nuxthq/studio": "^2.0.3",
"@nuxtjs/color-mode": "^3.4.1",
"@unocss/nuxt": "^0.61.0",
"@vueuse/nuxt": "^10.11.0",
"nuxt": "^3.12.4",
"nuxt-feedme": "^1.0.0",
"prettier": "^3.3.3",
"remark-reading-time": "^2.0.1",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.21"
},
"packageManager": "[email protected]",
"pnpm": {
"supportedArchitectures": {
"os": [
"win32",
"darwin",
"current"
],
"cpu": [
"x64",
"arm64"
]
}
}
}