forked from electricitymaps/bloom-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "greenbit-contrib",
"version": "1.0.0",
"main": "server.js",
"license": "MIT",
"dependencies": {
"buffer": "^5.2.1",
"crypto-js": "^3.1.9-1",
"d3-geo": "^1.11.6",
"lodash": "^4.17.11",
"moment": "^2.23.0",
"moment-timezone": "^0.5.28",
"oauth-1.0a": "^2.2.5",
"superagent": "^4.1.0",
"tiny-hashes": "^1.0.1",
"uuid": "^3.3.2",
"whatwg-url": "^7.0.0",
"xmldom": "^0.1.27"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"babel-eslint": "^10.0.1",
"babel-plugin-convert-to-json": "^0.1.0",
"babel-plugin-wildcard": "^5.0.0",
"eslint": "^5.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"jest": "^25.2.4",
"prettier": "^1.19.1"
},
"scripts": {
"lint": "eslint --quiet *.js co2eq integrations playground",
"test": "jest --verbose --no-cache"
}
}