-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2 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
66
67
68
69
70
71
72
{
"name": "drupalcon-2017-webvr-demo",
"version": "0.1.0",
"description": "WebVR DrupalCon 2017 Demo",
"main": "index.js",
"repository": {
"url": "https:git@github.com:fourkitchens/drupalcon-2017-webvr-demo.git",
"type": "git"
},
"scripts": {
"lint": "eslint --ext .jsx,.js .",
"start": "NODE_ENV=development webpack-dev-server --https",
"build:dev": "NODE_ENV=development webpack",
"build:prod": "NODE_ENV=production webpack -p",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"precommit": "npm run lint"
},
"contributors": [
{
"name": "Patrick Coffey",
"email": "patrickcoffey48@gmail.com"
},
{
"name": "Joe Tower",
"email": "joe@fourkitchens.com"
}
],
"license": "GPL-3.0",
"release": {
"getLastRelease": "last-release-git",
"verifyConditions": "condition-circle"
},
"publishConfig": {
"access": "restricted"
},
"engines": {
"node": ">=7.7.2"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"condition-circle": "^1.5.0",
"css-loader": "^0.27.3",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"favicons-webpack-plugin": "^0.0.7",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"husky": "^0.13.2",
"last-release-git": "^0.0.2",
"raw-loader": "^0.5.1",
"semantic-release": "^6.3.2",
"style-loader": "^0.14.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"aframe": "0.8.0",
"aframe-look-at-component": "^0.2.0",
"aframe-react": "^4.2.4",
"aframe-ui-modal-component": "github:patrickocoffeyo/aframe-ui-modal-component",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-ga": "^2.2.0"
}
}