-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.99 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
53
54
55
56
57
58
59
60
{
"name": "labour-playfish",
"author": "Keith Ng",
"license": "ISC",
"description": "PlayFish chart comparing Labour's Pre-Election plan with Budget 2018",
"keywords": [],
"version": "0.0.1",
"homepage": "https://insights.nzherald.co.nz/apps/2018/labour-playfish/",
"repository": {
"type": "git",
"url": "git+https://github.com/nzherald/labour-playfish.git"
},
"bugs": {
"url": "https://github.com/nzherald/labour-playfish/issues"
},
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js --open",
"dev-thick": "webpack-dev-server --config webpack.dev-thick.js --open",
"build": "rm -rf dist/* && webpack -p --config webpack.build.js",
"analyse": "rm -rf dist/* && webpack -p --config webpack.analyse.js",
"deploy": "rm -rf dist/* && webpack -p --config webpack.deploy.js",
"release": "rm -rf dist/* && webpack -p --config webpack.release.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"autoprefixer": "^8.5.1",
"aws-sdk": "^2.247.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.6",
"css-loader": "^0.28.11",
"dsv-loader": "^2.0.0",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.0",
"postcss-loader": "^2.1.5",
"style-loader": "^0.21.0",
"webpack": "^4.9.2",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.1",
"webpack-s3-uploader": "^1.1.6"
},
"dependencies": {
"d3": "^5.4.0",
"d3-jetpack": "^2.0.19",
"d3-scale-chromatic": "^1.3.0",
"font-awesome": "^4.7.0",
"font-awesome-webpack": "^0.0.5-beta.2",
"jquery": "^3.3.1",
"lodash": "^4.17.10"
}
}