-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.09 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
{
"name": "react-depth-map",
"version": "1.0.7",
"description": "React Compontent to implement depth maps",
"main": "./lib/ImageDepthMap.js",
"author": "Blaine O'Brien <blaineo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/blaineo/react-depth-map/issues"
},
"homepage": "https://github.com/blaineo/react-depth-map#readme",
"scripts": {
"build": "webpack",
"start": "webpack --watch",
"release": "standard-version"
},
"typings": "index.d.ts",
"peerDependencies": {
"react": "^16.9.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.0.0",
"path": "^0.12.7",
"react": "^16.13.1",
"react-device-detect": "latest",
"react-dom": "^16.13.1",
"standard-version": "^8.0.2",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"glslify-loader": "^2.0.0",
"raw-loader": "^4.0.1"
}
}