forked from disasteroftheuniverse/SuperQuest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.6 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "superquest",
"version": "0.0.2",
"description": "A collection of AFRAME components tailored for use with the Oculus Quest mobile virtual reality headset.",
"main": "index.js",
"scripts": {
"push": "push.sh",
"bundle": "bundle.sh"
},
"keywords": [
"aframe",
"oculus",
"oculus",
"quest",
"quest",
"vr",
"virtual",
"reality",
"webvr",
"webxr",
"oculus",
"browser",
"quest",
"browser",
"browser"
],
"author": "patrick pineda",
"license": "MIT",
"dependencies": {
"@tweenjs/tween.js": "^18.5.0",
"aframe": "^1.0.3",
"es6-template-strings": "^2.0.1",
"es6-tween": "^5.5.10",
"javascript-state-machine": "^3.1.0",
"oimo": "^1.0.9"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"compression-webpack-plugin": "^3.1.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^2.1.1",
"eslint": "^6.8.0",
"file-loader": "^3.0.1",
"hard-source-webpack-plugin": "^0.13.1",
"image-webpack-loader": "^6.0.0",
"jshint": "^2.11.1",
"nodemon": "^2.0.4",
"prettier": "^1.19.1",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^2.3.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"worker-loader": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/disasteroftheuniverse/SuperQuest.git"
},
"bugs": {
"url": "https://github.com/disasteroftheuniverse/SuperQuest/issues"
},
"homepage": "https://github.com/disasteroftheuniverse/SuperQuest#readme"
}