-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
55 lines (55 loc) · 1.34 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
{
"name": "react-vr-textinput",
"version": "1.3.8",
"private": false,
"author": "Arseniy Kotov, Rishi Raje, Sim Kang",
"keywords": [
"react",
"vr",
"text input"
],
"repository": {
"type": "git",
"url": "https://github.com/TeamRocketThesis/react-vr-textinput"
},
"scripts": {
"start": "node start.js",
"bundle": "node node_modules/react-vr/scripts/bundle.js",
"open": "node -e \"require('xopen')('http://localhost:8081/vr/')\"",
"devtools": "react-devtools",
"test": "jest"
},
"dependencies": {
"chai": "^4.0.2",
"express": "^4.15.3",
"mocha": "^3.4.2",
"nodemon": "^1.11.0",
"ovrui": "^1.1.0",
"path": "^0.12.7",
"prop-types": "15.5.10",
"react": "~15.4.1",
"react-native": "~0.42.0",
"react-vr": "^1.1.0",
"react-vr-web": "^1.1.0",
"shelljs": "^0.7.7",
"three": "^0.80.1"
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-preset-react-native": "^1.9.1",
"chai": "^4.0.2",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"jest": "^19.0.2",
"mocha": "^3.4.2",
"react-devtools": "^2.1.3",
"react-test-renderer": "~15.4.1",
"xopen": "1.0.0"
},
"jest": {
"preset": "react-vr"
}
}