-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.09 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
{
"name": "re-geo-packages",
"private": true,
"workspaces": [
"packages/**"
],
"repository": "https://github.com/sadnessOjisan/re-geo.git",
"author": "sadness_ojisan <sadness.ojisan@gmail.com>",
"license": "MIT",
"scripts": {
"example": "yarn workspace example",
"lib": "yarn workspace re-geo",
"lp": "yarn workspace lp",
"typecheck": "tsc --noEmit",
"lint:fix": "eslint --fix '**/src/**/*.{ts,tsx,js,jsx,json,md}'",
"lint:ci": "eslint '**/src/**/*.{ts,tsx,js,jsx,json,md}'",
"format:fix": "prettier --write '**/src/**/*.{ts,tsx,js,jsx,json,md}'",
"format:ci": "prettier --check '**/src/**/*.{ts,tsx,js,jsx,json,md}'"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"can-npm-publish": "^1.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"firebase-tools": "^9.19.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3"
}
}