tldraw/config/package.json
Dan Groshev a43b172b64
make CI check for yarn install warnings and fix the peer deps ones we have (#2683)
- [x] `internal` — Any other changes that don't affect the published
package
2024-01-30 11:41:46 +00:00

18 lines
344 B
JSON

{
"name": "config",
"version": "2.0.0-alpha.8",
"main": "index.js",
"license": "SEE LICENSE IN LICENSE.md",
"private": true,
"files": [
"eslint-preset.js"
],
"dependencies": {
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2"
},
"devDependencies": {
"lazyrepo": "0.0.0-alpha.27"
}
}