-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 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
{
"name": "magic-script-components-lumin",
"version": "2.0.0",
"description": "MagicScript Components renderer for Lumin Runtime platform",
"module": "index.js",
"files": [
"src/core",
"src/platform",
"src/react-magic-script",
"src/util",
"src/configuration.js",
"index.d.ts",
"index.js"
],
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magic-script/magic-script-components-lumin.git"
},
"keywords": [
"magic-script"
],
"author": "Magic Leap",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/magic-script/magic-script-components-lumin/issues"
},
"homepage": "https://github.com/magic-script/magic-script-components-lumin#readme",
"dependencies": {
"chroma-js": "^2.1.0",
"gl-matrix": "^3.2.1",
"react": "^16.9.0",
"react-reconciler": "^0.21.0"
},
"peerDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"rollup-plugin-babel": "^4.3.3"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"magic-script-components": "2.0.2",
"react-test-renderer": "^16.9.0"
}
}