-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.42 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.42 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
51
52
53
54
55
56
57
{
"name": "nuxt-oa",
"version": "1.14.3",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.mts",
"import": "./dist/module.mjs"
}
},
"main": "./dist/module.mjs",
"typesVersions": {
"*": {
".": [
"./dist/types.d.mts"
]
}
},
"files": [
"dist"
],
"scripts": {
"build": "nuxt-module-build build",
"dev": "nuxi dev playground",
"lint": "eslint .",
"dev:build": "nuxi build playground",
"prepack": "pnpm build",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"clean": "npx nuxt cleanup && npx nuxt cleanup --cwd=playground"
},
"dependencies": {
"@nuxt/kit": "^4.4.2",
"ajv": "^8.18.0",
"ajv-formats": "^3.0.1",
"chalk": "^5.6.2",
"consola": "^3.4.2",
"defu": "^6.1.4",
"hookable": "^6.1.0",
"j2u": "^1.7.9",
"mongodb": "^5.6.0",
"ufo": "^1.6.3"
},
"devDependencies": {
"@nuxt/eslint-config": "^1.15.2",
"@nuxt/module-builder": "^1.0.2",
"@nuxt/schema": "^4.4.2",
"eslint": "^10.0.3",
"nuxt": "^4.4.2",
"typescript": "^5.9.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Morgbn/nuxt-oa.git"
},
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d"
}