forked from bohdanbirdie/react-stl-obj-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.51 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
{
"name": "react-stl-obj-viewer",
"version": "1.2.0",
"description": "React components to view STL and OBJ models.",
"main": "build/index.js",
"peerDependencies": {
"react": "^16.0.0"
},
"repository": {
"type": "git",
"url": "[email protected]:bohdanbirdie/react-stl-obj-viewer.git"
},
"bugs": {
"url": "[email protected]:bohdanbirdie/react-stl-obj-viewer.git"
},
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-component",
"react",
"webpack",
"npm"
],
"author": "Bohdan Birdie",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.28.7",
"file-loader": "^1.1.3",
"node-sass": "^4.11.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^1.1.2"
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-spinners": "^0.5.1",
"three": "^0.100.0",
"three-addons": "^1.2.0",
"three-orbit-controls": "^82.1.0",
"three-stl-loader": "git+https://github.com/bohdanbirdie/three-stl-loader.git",
"webpack": "^3.6.0"
}
}