-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.17 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
61
62
63
64
65
66
67
{
"name": "coclear-cdp",
"version": "1.0.0",
"description": "An interactive radial stacked bar chart depicting cdp product data.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"encrypt": "staticrypt docs/index.html c0cl3ar --output docs/index.html && staticrypt docs/201901-CDP/index.html c0cl3ar --output docs/201901-CDP/index.html",
"build": "rimraf docs/* && webpack --production && echo carboncatalogue.coclear.co > docs/CNAME",
"start": "webpack-dev-server --production --compress --hot",
"update-data": "node import_data.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spry-group/coclear-cdp.git"
},
"author": "Paolo Dvorchik",
"license": "SEE LICENSE IN license.md",
"bugs": {
"url": "https://github.com/spry-group/coclear-cdp/issues"
},
"homepage": "https://github.com/spry-group/coclear-cdp#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@reactivex/rxjs": "^6.3.3",
"@types/d3": "^5.7.0",
"@types/node": "^10.12.18",
"acorn": "^6.0.5",
"autoprefixer": "^9.4.6",
"babel-loader": "^8.0.5",
"bootstrap": "^4.2.1",
"compression-webpack-plugin": "^2.0.0",
"css-loader": "^2.1.0",
"d3": "^5.7.0",
"d3-array": "^2.0.3",
"d3-fetch": "^1.1.2",
"d3-scale": "^2.1.2",
"d3-shape": "^1.3.3",
"d3-transition": "^1.2.0",
"eslint": "^4.19.1",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.3.1",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"popper.js": "^1.14.6",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"rxjs": "^6.3.3",
"sass-loader": "^7.1.0",
"staticrypt": "^1.2.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"typescript": "^3.2.4",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.2",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {}
}