forked from vis-three/vis-three
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 962 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
36
37
38
{
"name": "@vis-three/event-library",
"version": "0.5.2",
"description": "vis-three event library",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
"author": "Shiotsuki_",
"license": "MPL-2.0",
"scripts": {
"dev": "tsc -w",
"build": "tsc",
"lint": "npx eslint *.js src/**/*.ts --fix"
},
"devDependencies": {
"@types/node": "^18.11.12",
"@types/three": "^0.133.1",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"three": "^0.141.0",
"typescript": "^4.3.2"
},
"dependencies": {
"@tweenjs/tween.js": "^18.6.4",
"@vis-three/middleware": "workspace:^0.5.10",
"@vis-three/orbit-controls-plugin": "workspace:^0.5.12"
},
"files": [
"**/*.js",
"**/*.d.ts",
"package.json",
"LICENSE"
]
}