-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
24 lines (24 loc) · 867 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
{
"name": "aframe-htmlmesh",
"version": "2.3.0",
"description": "Show HTML elements in AFrame",
"repository": "https://github.com/AdaRoseCannon/aframe-htmlmesh",
"scripts": {
"docs": "awk '\n BEGIN {p=1}\n /^<!--DOCS-->/ {print;system(\"node ./aframe-to-md.mjs ./build/aframe-html.js\");p=0}\n /^<!--DOCS_END-->/ {p=1}\n p' README.md > ~README.md && mv ~README.md README.md",
"build": "rollup -c && find build -maxdepth 2 -iname \"*.js\" -not -type d -exec du -h {} \\;;npm run docs",
"develop": "rollup -w -c"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-strip": "^2.1.0",
"rollup": "^2.67.2",
"rollup-plugin-terser": "^7.0.2",
"tablemark": "^3.0.0"
},
"dependencies": {
"three": "^0.140.0"
}
}