-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.07 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
{
"name": "root",
"private": true,
"scripts": {
"prepare": "husky install",
"lint": "eslint packages/* examples/*"
},
"workspaces": [
"examples/*",
"packages/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-github": "^4.4.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sonarjs": "^0.16.0",
"eslint-plugin-unicorn": "^44.0.2",
"husky": "^8.0.2",
"prettier": "^2.7.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpiazzal/rmui-bigcomponents.git"
},
"author": "Joël Piazzalunga-Lerat",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpiazzal/rmui-bigcomponents/issues"
},
"homepage": "https://github.com/jpiazzal/rmui-bigcomponents#readme"
}