-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.1 KB
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
{
"name": "@vinicunca/docs",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.22.0",
"author": "praburangki<https://github.com/praburangki>",
"license": "MIT",
"scripts": {
"dev": "nuxt dev",
"build": "NODE_OPTIONS='--max-old-space-size=8192' nuxt build",
"prepare": "nuxt prepare",
"generate": "nuxt generate",
"typecheck": "nuxt typecheck"
},
"devDependencies": {
"@iconify/json": "catalog:",
"@nuxt/content": "catalog:",
"@types/node": "catalog:",
"@unocss/nuxt": "catalog:",
"@vinicunca/eslint-config": "catalog:",
"@vinicunca/perkakas": "catalog:",
"@vinicunca/unocss-preset": "catalog:",
"@vueuse/core": "catalog:",
"better-sqlite3": "catalog:",
"eslint": "catalog:",
"eslint-plugin-format": "catalog:",
"motion-v": "catalog:",
"nuxt": "catalog:",
"nuxt-gtag": "4.1.0",
"nuxt-llms": "catalog:",
"nuxt-og-image": "catalog:",
"pohon-ui": "catalog:",
"prettier": "catalog:",
"type-fest": "catalog:",
"typedoc": "catalog:",
"unocss": "catalog:",
"unocss-variants": "catalog:"
}
}