-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1020 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1020 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
34
35
36
37
38
{
"name": "data-visualization-samples",
"version": "1.0.0",
"description": "My webpack project",
"main": "index.js",
"dependencies": {
"babel": "^6.23.0",
"d3": "^5.9.7"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@types/d3": "^5.7.2",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"css-loader": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
},
"scripts": {
"build": "webpack",
"init": "webpack-cli init",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaveCalGH/data-visualization-samples.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DaveCalGH/data-visualization-samples/issues"
},
"homepage": "https://github.com/DaveCalGH/data-visualization-samples#readme"
}