forked from decentraland/kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.54 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 3.54 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "dcl-kernel",
"version": "6.4.2",
"license": "Apache-2.0",
"scripts": {
"start": "make watch",
"build": "make build-essentials",
"lint": "eslint . --ext .ts --fix",
"test": "make test-ci"
},
"nyc": {
"extension": [
".ts",
".tsx"
],
"exclude": [
"**/*.d.ts",
"**/dist/**",
"**/test/**"
],
"reporter": [
"html",
"text"
],
"all": true
},
"devDependencies": {
"@dcl/posix": "^1.0.3",
"@dcl/unity-renderer": "^1.0.8874",
"@dcl/eslint-config": "^1.0.1-20211208155836.commit-63a2880",
"@microsoft/api-documenter": "^7.2.2",
"@microsoft/api-extractor": "^7.1.7",
"@tweenjs/tween.js": "^17.2.0",
"@types/chai": "^4.1.3",
"@types/events": "^1.2.0",
"@types/express": "^4.11.1",
"@types/fs-extra": "^5.0.2",
"@types/glob": "^7.1.1",
"@types/google-protobuf": "^3.2.7",
"@types/long": "^4.0.1",
"@types/mocha": "^5.2.0",
"@types/multer": "^1.3.6",
"@types/node": "^10.17.0",
"@types/node-fetch": "^2.1.4",
"@types/sdp-transform": "^2.4.4",
"@types/segment-analytics": "0.0.33",
"@types/semver": "^5.5.0",
"@types/sinon": "^5.0.1",
"@types/sinon-chai": "^3.2.2",
"@types/tween.js": "^16.9.0",
"@types/uuid": "^3.4.5",
"@types/ws": "^6.0.1",
"blink-diff": "^1.0.13",
"chai": "^4.1.2",
"concurrently": "^4.1.2",
"cors": "^2.8.4",
"express": "^4.16.3",
"fs-extra": "^5.0.0",
"git-rev-sync": "^1.12.0",
"madge": "^4.0.1",
"md5-file": "^4.0.0",
"mkdirp": "^0.5.1",
"mocha": "^5.1.1",
"multer": "^1.3.0",
"node-fetch": "^2.6.1",
"nyc": "^14.1.1",
"query-string": "^7.0.1",
"redux-saga-test-plan": "^4.0.0-rc.1",
"sinon": "^6.1.3",
"sinon-chai": "^3.3.0",
"terser": "^5.2.1",
"titere": "^2.0.3",
"ts-protoc-gen": "^0.10.0",
"typescript": "^4.0.2",
"uuid": "^3.1.0",
"web3x-codegen": "^4.0.6"
},
"dependencies": {
"@dcl/catalyst-peer": "^1.0.4",
"@dcl/ecs-math": "^1.0.1",
"@dcl/ecs-quests": "^1.2.3-20210422200033.commit-48c967e",
"@dcl/kernel-interface": "^2.0.0-20210922153939.commit-017905d",
"@dcl/legacy-ecs": "^0.0.0-1550479768.commit-3237493",
"@dcl/schemas": "^2.2.2-20211124181718.commit-a8f6f19",
"@dcl/urn-resolver": "^1.2.1",
"@types/redux-logger": "^3.0.9",
"bignumber.js": "^9.0.1",
"blob-to-buffer": "^1.2.8",
"body-scroll-lock": "^2.5.10",
"cids": "^0.7.3",
"dcl-catalyst-client": "^5.0.3",
"dcl-crypto": "^2.2.0",
"dcl-quests-client": "^2.0.0",
"dcl-scene-writer": "^1.1.2",
"dcl-social-client": "^1.3.13",
"decentraland-ecs": "^6.6.6-20210728220226.commit-bb93879",
"decentraland-katalyst-peer": "0.2.20",
"decentraland-rpc": "^3.1.9",
"devtools-protocol": "0.0.615714",
"eth-connect": "^6.0.2",
"eth-crypto": "^1.5.1",
"ethereum-blockies": "^0.1.1",
"fortmatic": "^2.2.1",
"fp-future": "^1.0.1",
"gifuct-js": "^2.0.0",
"google-protobuf": "^3.6.1",
"hls.js": "^0.14.17",
"keccakjs": "^0.2.3",
"long": "^4.0.0",
"mitt": "^3.0.0",
"multihashes": "^0.4.14",
"multihashing-async": "^0.8.0",
"mz-observable": "^1.0.1",
"oimo": "^1.0.9",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-saga": "^1.0.5",
"reselect": "^4.0.0",
"sdp-transform": "^2.14.1",
"sha3": "^2.1.2",
"typesafe-actions": "^4.4.2",
"web3x": "^4.0.6",
"ws": "^7.4.6"
},
"bundleDependencies": [
"@dcl/unity-renderer"
]
}