-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.3 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.3 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
{
"name": "@dcl/inspector",
"version": "0.1.0",
"dependencies": {
"@dcl/asset-packs": "2.5.1",
"ts-deepmerge": "^7.0.0"
},
"devDependencies": {
"@babylonjs/core": "~6.18.0",
"@babylonjs/gui": "~6.18.0",
"@babylonjs/inspector": "~6.18.0",
"@babylonjs/loaders": "~6.18.0",
"@babylonjs/materials": "~6.18.0",
"@dcl/ecs": "file:../ecs",
"@dcl/ecs-math": "2.1.0",
"@dcl/mini-rpc": "^1.0.7",
"@dcl/rpc": "^1.1.1",
"@dcl/schemas": "^8.2.3-20230718182824.commit-356025c",
"@reduxjs/toolkit": "^1.9.5",
"@segment/analytics-node": "^1.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest-environment-puppeteer": "^5.0.3",
"@types/node": "^18.11.18",
"@types/node-fetch": "^2.6.4",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-modal": "^3.16.0",
"@types/redux-saga": "^0.10.5",
"@types/uuid": "^9.0.5",
"@vscode/webview-ui-toolkit": "^1.2.2",
"@well-known-components/pushable-channel": "^1.0.3",
"classnames": "^2.3.2",
"decentraland-ui": "^6.5.3",
"dotenv": "^16.3.1",
"esbuild": "^0.18.17",
"ethereum-cryptography": "^2.1.2",
"fp-future": "^1.0.1",
"gltf-validator": "^2.0.0-dev.3.10",
"hotkeys-js": "^3.13.5",
"jest-environment-jsdom": "^29.5.0",
"jest-puppeteer": "^9.0.0",
"mitt": "^3.0.1",
"node-fetch": "^2.7.0",
"react": "^18.2.0",
"react-contexify": "^6.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-modal": "^3.16.1",
"react-redux": "^8.1.0",
"react-resizable-panels": "^2.1.4",
"redux-saga": "^1.2.3",
"redux-saga-test-plan": "^4.0.6",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"uuid": "^9.0.1"
},
"files": [
"dist",
"public"
],
"main": "dist/tooling-entrypoint.js",
"repository": {
"url": "git+https://github.com/decentraland/js-sdk-toolchain",
"directory": "packages/@dcl/inspector"
},
"scripts": {
"build": "npm run copy-bin && node ./build.js --production",
"copy-bin": "ts-node --project ./scripts/tsconfig.json ./scripts/copy-bin.ts",
"start": "npm run copy-bin && node ./build.js --watch"
},
"types": "dist/tooling-entrypoint.d.ts",
"typings": "dist/tooling-entrypoint.d.ts"
}