-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 854 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 854 Bytes
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
{
"name": "d3hex",
"version": "1.0.0",
"description": "Display for a monitoring based in d3",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --mode=production",
"watch": "webpack --progress --watch",
"server": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/otger/d3hex.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/otger/d3hex/issues"
},
"homepage": "https://github.com/otger/d3hex#readme",
"dependencies": {
"d3": "^5.7.0"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-loader": "^8.0.4",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}