-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 934 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
{
"name": "@datawheel/canon-repo",
"version": "0.1.0",
"description": "Reusable React environment and components for creating visualization engines.",
"private": true,
"directories": {
"examples": "./example"
},
"scripts": {
"release": "node ./scripts/release.js",
"dev": "turbo run dev --parallel",
"build": "turbo run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Datawheel/canon.git"
},
"author": "Dave Landry <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Datawheel/canon/issues"
},
"homepage": "https://github.com/Datawheel/canon#readme",
"dependencies": {
"@octokit/rest": "^17.11.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.32.2",
"shelljs": "^0.8.5",
"turbo": "^1.6.3"
},
"workspaces": [
"packages/next",
"example-next"
]
}