-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.35 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.35 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "cli",
"version": "0.0.0",
"private": true,
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/player-ui/cli.git"
},
"engines": {
"node": "^22.21.1",
"pnpm": "^10.13.1"
},
"packageManager": "pnpm@10.13.1",
"dependencies": {
"@auto-it/version-file": "^10.46.0",
"@babel/plugin-transform-react-jsx-source": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.23.3",
"@oclif/core": "1.9.0",
"@oclif/plugin-plugins": "^1.9.0",
"@player-lang/react-dsl": "0.0.2-next.0",
"@player-lang/json-language-service": "0.0.2-next.0",
"@xlr-lib/xlr": "0.1.1-next.1",
"@xlr-lib/xlr-converters": "^0.1.1-next.1",
"@xlr-lib/xlr-sdk": "0.1.1-next.1",
"@xlr-lib/xlr-utils": "0.1.1-next.1",
"@types/babel__register": "^7.17.0",
"@types/fs-extra": "^9.0.13",
"@types/mkdirp": "^1.0.2",
"@types/node": "^18.18.0",
"@types/std-mocks": "^1.0.1",
"chalk": "^4.0.1",
"cosmiconfig": "^7.0.1",
"cross-fetch": "^3.0.5",
"dlv": "^1.1.3",
"easy-table": "1.2.0",
"elegant-spinner": "^2.0.0",
"figures": "^3.0.0",
"fs-extra": "^10.0.0",
"glob": "^10.3.10",
"globby": "^11.0.1",
"happy-dom": "^13.3.8",
"husky": "^7.0.2",
"is-ci-cli": "^2.2.0",
"jiti": "^2.6.1",
"log-symbols": "^4.0.0",
"log-update": "^4.0.0",
"mkdirp": "^1.0.4",
"oclif": "^4.4.2",
"patch-package": "^6.4.7",
"prettier": "^3.5.3",
"react": "^18.2.0",
"source-map-js": "^1.2.0",
"std-mocks": "^1.0.1",
"tapable-ts": "^0.2.4",
"tsconfig-to-swcconfig": "^2.7.0",
"vscode-languageserver-textdocument": "^1.0.1",
"vscode-languageserver-types": "^3.15.1"
},
"volta": {
"node": "22.21.1",
"pnpm": "10.13.1"
},
"pnpm": {
"onlyBuiltDependencies": []
},
"resolutions": {
"react": "^18.2.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@vitest/coverage-v8": "^2.1.3",
"auto": "^10.46.0",
"esbuild": "^0.13.15",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"tslib": "^2.6.2",
"tsup": "^8.0.1",
"typescript": "5.5.4",
"typescript-eslint": "^8.27.0",
"vitest": "^2.1.3"
}
}