-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.61 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.61 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
58
59
60
61
62
63
64
65
66
67
{
"name": "@dreamkit/dev",
"version": "0.0.52",
"description": "Development tools for DreamKit.",
"homepage": "https://dreamkit.dev",
"repository": {
"type": "git",
"url": "https://github.com/swordev/dreamkit/tree/main/packages/dev"
},
"license": "MIT",
"author": "Juanra GM",
"contributors": [
{
"name": "Juanra GM",
"email": "juanrgm724@gmail.com",
"url": "https://github.com/juanrgm"
}
],
"sideEffects": false,
"type": "module",
"exports": {
".": "./lib/index.js",
"./bin": "./lib/bin.js"
},
"bin": {
"dk": "./lib/bin.js",
"dreamkit": "./lib/bin.js"
},
"files": [
"assets",
"lib"
],
"dependencies": {
"@babel/generator": "^7.28.5",
"@babel/parser": "^7.28.5",
"@babel/traverse": "^7.28.5",
"@babel/types": "^7.28.5",
"@dreamkit/app": "workspace:*",
"@dreamkit/kind": "workspace:*",
"@dreamkit/node-app": "workspace:*",
"@dreamkit/schema": "workspace:*",
"@dreamkit/utils": "workspace:*",
"@types/babel__generator": "^7.27.0",
"@types/babel__traverse": "^7.28.0",
"chokidar": "^4.0.3",
"commander": "^14.0.2",
"debug": "^4.4.3",
"es-module-lexer": "^1.7.0",
"esbuild": "^0.27.0",
"glob": "^11.0.3",
"rollup": "^4.53.2",
"vite-plugin-solid": "^2.11.10",
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
"@dreamkit/tsconfig": "workspace:*",
"@types/debug": "^4.1.12",
"@types/node": "^24.10.1",
"vinxi": "^0.5.8",
"vite": "^7.2.2"
},
"peerDependencies": {
"@types/node": "^24.0.0",
"vinxi": "^0.5.0",
"vite": "^7.1.0"
}
}