-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.1 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
{
"name": "gobierto-vizzs",
"version": "3.1.2",
"description": "Shared data visualizations for Gobierto projects",
"keywords": [
"gobierto",
"visualizations",
"beeswarm",
"treemap",
"gantt",
"bar",
"stack"
],
"source": "src/index.js",
"main": "dist/index.js",
"module": "dist/module.js",
"style": "dist/index.css",
"files": [
"dist",
"src"
],
"sideEffects": [
"*.css"
],
"scripts": {
"watch": "parcel watch",
"prebuild": "rm -rf ./dist/* ./.parcel-cache",
"build": "parcel build",
"postversion": "npm run build && git push --follow-tags"
},
"author": "populate",
"license": "ISC",
"dependencies": {
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-dsv": "^3.0.1",
"d3-ease": "^3.0.1",
"d3-force": "^3.0.0",
"d3-hierarchy": "^3.1.2",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-time": "^3.1.0",
"d3-time-format": "^4.1.0",
"d3-transition": "^3.0.1"
},
"devDependencies": {
"buffer": "^6.0.3",
"parcel": "^2.11.0"
}
}