This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
69 lines (69 loc) · 1.74 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
65
66
67
68
69
{
"name": "Onodo",
"version": "1.0.0",
"description": "Every network tells a story",
"keywords": [
"onodo",
"visualization",
"network"
],
"homepage": "https://onodo.org/",
"license": "AGPL-3.0",
"author": {
"name": "Civio",
"url": "https://www.civio.es/"
},
"repository": {
"type": "git",
"url": "https://github.com/civio/onodo.git"
},
"scripts": {
"postinstall": "rollup -c -m -o app/frontend/javascripts/dist/d3.js"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"coffee-loader": "^0.7.3",
"coffee-script": "^1.12.7",
"exports-loader": "^0.6.4",
"expose-loader": "^0.7.3",
"grunt": "^1.0.1",
"grunt-spritesmith": "^6.4.0",
"imports-loader": "^0.7.1",
"rollup": "^0.41.5",
"rollup-plugin-node-resolve": "^2.0.0",
"script-loader": "^0.7.0",
"stats-webpack-plugin": "^0.5.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"jquery": "~2.2.0",
"trix": "~0.9.4",
"bootstrap": "^3.1.1",
"bootstrap-datepicker": "~1.6.1",
"bootstrap-slider": "~7.0.1",
"bootstrap-switch": "~3.3.4",
"moment": "~2.13.0",
"moment-range": "~2.2.0",
"handlebars-loader": "~1.1.4",
"handlebars": "~4.0.5",
"dropzone": "~4.3.0",
"typeahead.js": "~0.11.1",
"d3-array": "^1.0.0",
"d3-collection": "^1.0.0",
"d3-color": "^1.0.0",
"d3-drag": "^1.0.0",
"d3-ease": "^1.0.0",
"d3-force": "^1.0.0",
"d3-interpolate": "^1.1.4",
"d3-scale": "^1.0.1",
"d3-quadtree": "^1.0.3",
"d3-selection": "^1.0.0",
"d3-selection-multi": "^0.4.1",
"d3-shape": "^1.0.0",
"d3-timer": "^1.0.5",
"d3-transition": "^1.0.0",
"d3-zoom": "^1.0.2"
}
}