-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
48
49
{
"name": "pkooij.github.io",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx parcel serve ./index.html",
"build": "npx parcel build ./index.html",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@tweenjs/tween.js": "^23.1.2",
"cannon-es": "^0.20.0",
"cannon-es-debugger": "^1.0.0",
"fullik": "github:lo-th/fullik",
"gh-pages": "^6.1.1",
"parcel-plugin-static-files-copy": "^2.6.0",
"three": "^0.166.1",
"uil": "github:lo-th/uil",
"urdf-loader": "^0.12.1",
"xacro-parser": "^0.3.1"
},
"devDependencies": {
"parcel": "^2.12.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10"
},
"staticFiles": {
"staticPath": [
{
"staticPath": "franka_description",
"excludeGlob": [
"simulator",
"simulator/**"
]
},
{
"staticPath": [
"NOTICE",
"LICENSE",
"README.md"
]
}
]
}
}