-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.26 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.26 KB
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
{
"name": "aframe-image-targets-example",
"version": "0.1.0",
"scripts": {
"build": "webpack --config config/webpack.config.js",
"serve": "webpack-dev-server --mode=development --config config/webpack.config.js"
},
"devDependencies": {
"@babel/parser": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.28.4",
"@types/node": "^16.18.36",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"extract-loader": "^5.1.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.5",
"sass": "^1.94.2",
"sass-loader": "^16.0.6",
"style-loader": "^4.0.0",
"ts-essentials": "^9.3.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.2"
},
"description": "This example uses image targets to display information about jellyfish on a flyer. It uses the xrextras-named-image-target component to connect an <a-entity> to an image target by name while the xrextras-play-video component enables video playback.",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}