-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.96 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.96 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
{
"name": "tools",
"version": "0.0.0",
"private": true,
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/player-ui/language.git"
},
"engines": {
"node": "^22.21.1",
"pnpm": "^10.13.1"
},
"packageManager": "pnpm@10.13.1",
"dependencies": {
"@player-ui/player": "^0.15.0",
"@player-ui/types": "^0.15.0",
"@types/node": "^18.18.0",
"@types/react": "^18.3.3",
"@typescript/vfs": "^1.4.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",
"detect-indent": "^6.0.0",
"dequal": "^2.0.2",
"fs-extra": "^10.0.0",
"globby": "^11.0.1",
"jsonc-parser": "^2.3.1",
"react": "^18.2.0",
"react-json-reconciler": "^2.0.0",
"source-map-js": "1.2.0",
"tapable-ts": "^0.2.4",
"timm": "^1.7.1",
"ts-deepmerge": "^7.0.2",
"ts-morph": "^24.0.0",
"typescript-template-language-service-decorator": "^2.3.1",
"typescript": "5.5.4",
"vscode-languageserver": "^6.1.1",
"vscode-languageserver-textdocument": "^1.0.1",
"vscode-languageserver-types": "^3.15.1"
},
"devDependencies": {
"@auto-it/version-file": "^10.46.0",
"@eslint/js": "^9.22.0",
"@vitest/coverage-v8": "^2.1.3",
"auto": "^10.46.0",
"dlv": "^1.1.3",
"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",
"glob": "^10.3.10",
"happy-dom": "^13.3.8",
"husky": "^7.0.2",
"jiti": "^2.4.2",
"prettier": "^3.5.3",
"tsconfig-to-swcconfig": "^2.7.0",
"tslib": "^2.6.2",
"tsup": "^8.0.1",
"typescript-eslint": "^8.27.0",
"vitest": "^2.1.3"
},
"volta": {
"node": "22.21.1",
"pnpm": "10.13.1"
},
"pnpm": {
"onlyBuiltDependencies": []
},
"resolutions": {
"@types/react": "18.3.3",
"react": "18.3.1"
}
}