forked from tumblr/data-lasso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.43 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
{
"name": "data-lasso",
"version": "3.0.0",
"description": "Three dimensional visualization tool.",
"main": "build/datalasso.js",
"scripts": {
"start": "webpack-dev-server --port 3000 --inline --hot",
"build": "webpack --mode=production; webpack --mode=production --nonminified"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tumblr/data-lasso.git"
},
"author": {
"name": "Tim Gilyazetdinov",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/tumblr/data-lasso/issues"
},
"homepage": "https://github.com/tumblr/data-lasso#readme",
"keywords": [
"visualization",
"graph",
"3d"
],
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^6.3.6",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"shader-loader": "^1.3.1",
"style-loader": "^0.23.1",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.0"
},
"dependencies": {
"backbone": "^1.2.3",
"d3": "^3.5.6",
"flux": "^2.1.1",
"jquery": "^3.3.1",
"lodash": "^4.11.1",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"three": "^0.71.1",
"three-orbit-controls": "^71.0.0",
"three.regular.helvetiker": "^1.0.0"
}
}