-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 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
37
38
39
40
41
42
{
"name": "react-three-renderer-html3d",
"version": "0.1.1",
"description": "HTML 3D component for react-three-renderer. Allow to render a HTML react component in 3D",
"main": "src/index.js",
"scripts": {
"build": "babel ./src --out-dir ./lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Colmea/react-three-renderer-html3d.git"
},
"dependencies": {
"babel-loader": "^6.2.4",
"three": "^0.75.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-addons-css-transition-group": "^0.14.7",
"react-three-renderer": "^0.1.2",
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0"
},
"keywords": [
"react",
"three.js",
"3D",
"js",
"javascript",
"CSS3D"
],
"author": "Arthur Schwaiger <arthur.schwaiger@gmail.com> (@Colmeo)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Colmea/react-three-renderer-html3d/issues"
},
"homepage": "https://github.com/Colmea/react-three-renderer-html3d#readme"
}