This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.42 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
43
44
45
46
47
{
"name": "@charlesstover/use-dimensions",
"version": "0.0.1",
"author": "Charles Stover <[email protected]>",
"homepage": "https://github.com/CharlesStover/use-dimensions#readme",
"license": "MIT",
"packageManager": "[email protected]",
"private": true,
"repository": "github:CharlesStover/use-dimensions",
"type": "module",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/CharlesStover/use-dimensions/issues"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/CharlesStover"
},
"publishConfig": {
"access": "restricted"
},
"scripts": {
"browserslist:update-db": "browserslist --update-db",
"eslint": "eslint '**/*'",
"eslint:fix": "eslint '**/*' --fix",
"test": "monorepo-template-test",
"up": "yarn up \"*\" \"@*/*\" && yarn up -R \"*\" \"@*/*\""
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@monorepo-template/eslint-config": "^1.0.3",
"@monorepo-template/test": "^2.2.0",
"@monorepo-template/tsconfig": "^1.1.2",
"@types/node": "^18.7.23",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@yarnpkg/sdks": "^3.0.0-rc.22",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"prettier": "^2.7.1",
"typescript": "~4.7.0"
}
}