-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "rete-area-3d-plugin",
"version": "2.0.5",
"description": "",
"scripts": {
"build": "rete build -c rete.config.ts",
"lint": "rete lint",
"doc": "rete doc"
},
"author": "Vitaliy Stoliarov",
"license": "MIT",
"keywords": [
"plugin",
"rete",
"Rete.js"
],
"homepage": "https://retejs.org",
"repository": {
"type": "git",
"url": "https://github.com/retejs/area-3d-plugin.git"
},
"bugs": {
"url": "https://github.com/retejs/area-3d-plugin/issues"
},
"peerDependencies": {
"rete": "^2.0.1",
"rete-area-plugin": "^2.0.0",
"rete-render-utils": "^2.0.0",
"three": ">= 0.152.2 < 0.157.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@types/three": "^0.156.0",
"globals": "^15.9.0",
"parse-svg-path": "^0.1.2",
"rete": "^2.0.1",
"rete-area-plugin": "^2.0.0",
"rete-cli": "~2.0.1",
"rete-render-utils": "^2.0.0",
"svg-path-contours": "^2.0.0",
"three": "^0.156.1"
},
"dependencies": {
"@babel/runtime": "^7.21.0"
}
}