-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 980 Bytes
/
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
{
"name": "@datawheel/canon-logiclayer",
"sideEffects": false,
"description": "API logic using mondrian-rest-client.",
"version": "0.6.1",
"author": "Dave Landry",
"license": "MIT",
"scripts": {
"dev": "canon-dev",
"build": "canon-build",
"locales": "canon-locales",
"release": "canon-release",
"setup": "canon-setup",
"start": "canon-start"
},
"dependencies": {
"@blueprintjs/core": "^3.45.0",
"axios": "^0.21.1",
"d3-array": "^2.11.0",
"d3-collection": "^1.0.4",
"d3plus-common": "~1.1.2",
"mondrian-rest-client": "^1.1.4",
"perfect-express-sanitizer": "^1.0.9",
"promise-throttle": "^1.0.0",
"sequelize": "^5",
"yn": "^4.0.0"
},
"devDependencies": {
"@datawheel/canon-core": "workspace:^"
},
"peerDependencies": {
"@datawheel/canon-core": "^0.26.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datawheel/canon.git"
},
"main": "src/index.js"
}