-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"name": "dataviztemplate",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "",
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
"build": "NODE_ENV=production webpack --mode production",
"watch": "webpack --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"d3": "^5.5.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.9.2",
"sass-loader": "^6.0.7",
"style-loader": "^0.18.2",
"webpack": "^4.16.3",
"webpack-cli": "^2.1.5",
"webpack-dev-server": "^3.1.5",
"webpack-merge": "^4.1.3"
}
}