-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.57 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.57 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
{
"name": "@d3fc/d3fc-monorepo",
"private": true,
"description": "A collection of components that make it easy to build interactive charts with D3",
"scripts": {
"postinstall": "lerna bootstrap",
"publish": "lerna publish --conventional-commits --message \"chore: publish\" --yes",
"test": "lerna run test --stream --concurrency 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d3fc/d3fc.git",
"_homepage": "https://github.com/d3fc/d3fc"
},
"keywords": [
"d3",
"financial",
"components",
"charts"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/d3fc/d3fc/issues"
},
"homepage": "https://d3fc.io",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-custom-element-classes": "^0.1.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"command-line-args": "^3.0.1",
"cross-spawn": "^5.0.1",
"d3": "^5.7.0",
"eol": "^0.4.0",
"eslint": "^3.1.0",
"eslint-config-defaults": "^9.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.0",
"finalhandler": "^0.5.0",
"glob": "^7.1.0",
"jasmine": "^2.4.1",
"jsdom": "^9.4.1",
"lerna": "^2.11.0",
"markdownlint": "^0.3.1",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.2",
"rollup": "^0.37.2",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-node-resolve": "^2.0.0",
"serve-static": "^1.11.1",
"uglify-js": "^2.6.2",
"webshot": "^0.18.0"
}
}