-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.12 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.12 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "atinotes",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint ."
},
"dependencies": {
"@iconify-json/simple-icons": "^1.2.62",
"@nuxt/eslint": "^1.12.1",
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.2.1",
"@nuxthub/core": "^0.10.0",
"@nuxtjs/mdc": "^0.19.1",
"@nuxtjs/plausible": "^2.0.1",
"nuxt": "^4.2.2",
"nuxt-auth-utils": "^0.5.26",
"nuxt-og-image": "5.1.12",
"pathe": "^2.0.3",
"scule": "^1.3.0"
},
"devDependencies": {
"@nuxt/devtools": "^3.1.1",
"@nuxt/eslint-config": "^1.12.1",
"@types/node": "^25.0.0",
"eslint": "^9.39.1",
"typescript": "^5.9.3",
"vue-tsc": "^3.1.8",
"wrangler": "^4.53.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"better-sqlite3",
"esbuild",
"sharp",
"unrs-resolver",
"vue-demi"
],
"ignoredBuiltDependencies": [
"workerd"
]
}
}