This repository was archived by the owner on Mar 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.01 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.01 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "topograph",
"version": "0.0.1",
"description": "Spatio-temporal network visualization React component",
"main": "src/app.js",
"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.0"
},
"dependencies": {
"babel-plugin-react-intl": "^3.3.3",
"cytoscape": "2.7.2",
"cytoscape-cola": "^1.4.1",
"cytoscape-cxtmenu": "^2.7.1",
"cytoscape-edgehandles": "^2.4.2",
"cytoscape-spread": "^1.2.0",
"cytoscape-springy": "^1.2.1",
"d3-scale": "^1.0.6",
"date-fns": "^1.30.1",
"github-markdown-css": "^2.4.1",
"leaflet": "^1.2.0",
"material-ui": "^0.19.4",
"prop-types": "^15.7.2",
"rc-slider": "^8.3.1",
"react-intl": "^2.1.5",
"react-leaflet": "^1.6.6",
"react-redux": "^5.0.3",
"react-remarkable": "^1.1.3",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"file-loader": "^4.0.0",
"node-sass": "^4.12.0",
"react": "^15.4.2",
"react-dom": "^15.4.0",
"sass-loader": "^7.1.0",
"shelljs": "^0.8.3",
"style-loader": "^0.23.1",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4"
},
"scripts": {
"start": "webpack --mode development --watch --inline",
"build": "webpack --mode production",
"lint": "eslint --ext .jsx --ext .js --quiet .",
"extract-intl": "npx babel-node --presets @babel/preset-env .scripts/extract-intl.js"
},
"repository": {
"type": "git",
"url": "https://github.com/topogram/topogram.git"
},
"author": "Clément Renaud <hi@clementrenaud.com> (http://clementrenaud.com/)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/topogram/topogram/issues"
},
"homepage": "https://topogram.github.io"
}