forked from supereggbert/aframe-htmlembed-component
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.17 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
{
"name": "aframe-htmlembed-component-1.3.0-ready",
"version": "1.0.17",
"description": "HTML Embed is a component created for A-Frame. The HTML Embed component allows for arbitrary html to be inserted into your aframe scene. It allows you to update the display within A-Frame simply by manipulating the DOM as you normally would.",
"main": "dist/build.js",
"scripts": {
"build": "webpack --mode=production",
"start": "webpack-dev-server --mode development --open-page examples/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arkonsolutions/aframe-htmlembed-component-1.3.0-ready.git"
},
"keywords": [
"aframe",
"a-frame",
"vr",
"threejs",
"aframe-component",
"a-frame-component",
"webvr"
],
"author": "supereggbert, Sergey Aleksandrovich Wereteychenko ([email protected])",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"copy-webpack-plugin": "^5.0.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
}
}