-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 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
{
"name": "aframe-react-vr",
"version": "1.0.1",
"description": "Small aframe and react VR app",
"homepage": "https://Alec1017.github.io/aframe-react-vr",
"repository": "git@github.com:Alec1017/aframe-react-vr.git",
"author": "Alec DiFederico",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.0",
"gh-pages": "^2.0.1",
"style-loader": "^0.23.1",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.0"
},
"dependencies": {
"aframe": "^0.9.0",
"aframe-animation-component": "^5.1.2",
"aframe-environment-component": "^1.1.0",
"aframe-event-set-component": "^4.2.1",
"aframe-react": "^4.4.0",
"react": "^16.8.2",
"react-dom": "^16.8.2"
}
}