-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
{
"name": "webvr_boilerplate",
"version": "2.0.0",
"description": "Develop WebVR experiences with Aframe, Webpack and Firebase",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server --host 0.0.0.0 --mode development",
"deploy": "webpack --mode production && firebase deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ianpetrarca/webvr_boilerplate.git"
},
"keywords": [
"webvr",
"aframe",
"firebase",
"webpack"
],
"author": "Ian Petrarca",
"license": "MIT",
"homepage": "https://github.com/ianpetrarca",
"devDependencies": {
"eslint": "^4.18.2",
"eslint-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.0.6",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11",
"webpack-dev-server": "^3.1.1"
},
"dependencies": {
"aframe": "^0.8.2",
"aframe-event-set-component": "^4.1.1",
"aframe-extras": "^4.1.0",
"aframe-haptics-component": "^1.4.1",
"aframe-physics-extras": "^0.1.3",
"aframe-physics-system": "^3.1.1",
"aframe-teleport-controls": "^0.3.1",
"aframe-ui-widgets": "^1.0.2",
"npm": "^6.0.0",
"super-hands": "^2.1.0"
}
}