-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 831 Bytes
/
package.json
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
{
"name": "dials_threejs",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@msgpack/msgpack": "^3.0.0-beta2",
"@ygoe/msgpack": "^1.0.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"caniuse-lite": "^1.0.30001579",
"fs": "^0.0.1-security",
"gh-pages": "^5.0.0",
"gsap": "^3.11.5",
"msgpack-js-browser": "^0.1.4",
"msgpack-lite": "^0.1.26",
"msgpack5": "^6.0.2",
"msgpackr": "^1.9.1",
"three": "^0.152.2",
"three.meshline": "^1.4.0"
},
"devDependencies": {
"assert": "^2.0.0",
"buffer": "^5.7.1",
"events": "^3.3.0",
"process": "^0.11.10",
"util": "^0.12.5"
}
}