This repository has been archived by the owner on May 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.67 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
58
59
60
61
62
63
64
{
"name": "leap-motion",
"version": "0.7.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/concord-consortium/leap-motion.git"
},
"keywords": [
"leap",
"motion",
"experiment"
],
"author": "Piotr Janik <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/concord-consortium/leap-motion/issues"
},
"scripts": {
"build": "webpack",
"start": "webpack-dev-server"
},
"homepage": "https://github.com/concord-consortium/leap-motion",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"autoprefixer-loader": "^3.2.0",
"babel": "^6.23.0",
"babel-loader": "^8.0.4",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.13.0",
"exports-loader": "^0.6.3",
"file-loader": "^3.0.1",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.7",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"node-libs-browser": "^0.5.3",
"style-loader": "^0.12.4",
"webpack": "^4.16.5",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"grasp-seasons": "^0.13.7",
"howler": "^1.1.26",
"iframe-phone": "^1.1.3",
"leapjs": "^0.6.4",
"leapjs-plugins": "^0.1.11",
"react": "^15.6.2",
"react-addons-pure-render-mixin": "^15.6.2",
"react-addons-update": "^15.6.2",
"react-dom": "^15.6.2",
"react-draggable": "^2.2.3",
"react-lab": "^0.8.0",
"react-mixin": "^3.1.1",
"react-typekit": "^1.1.4",
"three": "^0.70.0"
}
}