forked from alexandersimoes/oec
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.78 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
{
"name": "oec-website",
"version": "4.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_OPTIONS=--max-old-space-size=6000 canon-build",
"dev": "canon-dev",
"locales": "canon-locales",
"release": "canon-release",
"setup": "canon-setup",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/observatory-economic-complexity/oec-website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/observatory-economic-complexity/oec-website/issues"
},
"homepage": "https://github.com/observatory-economic-complexity/oec-website#readme",
"dependencies": {
"@blueprintjs/select": "^3.12.1",
"@blueprintjs/table": "^3.8.4",
"@datawheel/canon-cms": "^0.13.5",
"@datawheel/canon-core": "^0.18.12",
"@datawheel/canon-stats": "git+https://[email protected]/Datawheel/canon-stats.git",
"@datawheel/olap-client": "^1.3.2",
"@datawheel/tesseract-explorer": "^0.5.15",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"d3-composite-projections": "^1.3.2",
"d3plus-react": "^0.5.6",
"dom-helpers": "^5.1.3",
"mondrian-rest-client": "^1.1.3",
"numeral": "^2.0.6",
"puppeteer": "^3.2.0",
"query-string": "^6.12.1",
"react-image-fallback": "^8.0.0",
"react-lazyload": "^2.6.5",
"react-mathjax2": "0.0.2",
"react-sparklines": "^1.7.0",
"react-transition-group": "^4.3.0",
"react-viewport-list": "^1.3.2",
"react-virtualized": "^9.21.2",
"sort-by": "^1.2.0",
"stripe": "^8.18.0"
}
}