-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.72 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
48
49
{
"name": "@interactive-solutions/root",
"private": false,
"author": "gunnarx2",
"license": "MIT",
"homepage": "https://github.com/interactive-solutions/interactive-solutions-mono#readme",
"scripts": {
"lerna:publish": "lerna publish",
"lerna:run:build": "lerna run build",
"prettier:report": "prettier '**/*.{js,tsx,ts,scss,json,md}' --check",
"prettier:fix": "prettier '**/*.{js,tsx,ts,scss,json,md}' --write",
"eslint:report": "eslint '**/*.{js,tsx,ts}' --cache",
"eslint:fix": "eslint '**/*.{js,tsx,ts}' --fix"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@calm/eslint-plugin-react-intl": "^1.4.1",
"@interactive-solutions/eslint-config-eslint-react": "^1.0.0",
"@interactive-solutions/prettier": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"babel-eslint": "^10.0.0",
"eslint": "^7.5.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-cypress": "^2.11.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.6",
"lerna": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"typescript": "^4.1.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/interactive-solutions/interactive-solutions-mono.git"
},
"bugs": {
"url": "https://github.com/interactive-solutions/interactive-solutions-mono/issues"
}
}