-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 843 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
{
"name": "@react-cartography/base",
"private": true,
"version": "0.0.0",
"description": "A collection of react hooks and components to easily integrate different mapping libraries into your NextJS, Remix, Vite React app",
"workspaces": {
"packages": [
"packages/**"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/drewdecarme/react-layers.git"
},
"author": "Drew DeCarme ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/drewdecarme/react-layers/issues"
},
"homepage": "https://github.com/drewdecarme/react-layers#readme",
"dependencies": {
"@changesets/cli": "^2.27.8",
"@react-cartography/ol": "workspace:^"
},
"packageManager": "[email protected]"
}