-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "aframe-exploration",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack -p",
"dev": "webpack-dev-server --open --hot --colors --progress"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aframe": "^0.5.0",
"aframe-animation-component": "^3.2.5",
"aframe-react": "^4.3.0",
"babel-preset-react": "^6.24.1",
"file-loader": "^0.11.2",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"redux": "^3.7.1",
"webpack-dev-server": "^2.5.0"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-loader": "^1.8.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.1.0",
"html-webpack-plugin": "^2.29.0",
"webpack": "^2.6.1"
}
}