-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 954 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 954 Bytes
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
{
"name": "@nuxt/bridge-schema",
"version": "3.6.1",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/bridge.git"
},
"license": "MIT",
"type": "module",
"main": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"schema"
],
"scripts": {
"build": "unbuild",
"prepack": "unbuild"
},
"devDependencies": {
"@types/lodash.template": "^4.5.3",
"@unhead/schema": "^1.11.20",
"nitropack": "^2.13.4",
"unbuild": "latest",
"vite": "~7.3.2"
},
"dependencies": {
"c12": "^3.3.4",
"create-require": "^1.1.1",
"defu": "^6.1.7",
"jiti": "^2.6.1",
"pathe": "^2.0.3",
"pkg-types": "^2.3.1",
"postcss-import-resolver": "^2.0.0",
"scule": "^1.3.0",
"std-env": "^4.1.0",
"ufo": "^1.6.4",
"unbuild": "3.6.1",
"unimport": "^6.2.0",
"untyped": "^2.0.0"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}