-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.42 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.42 KB
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": "react-multi-app",
"private": true,
"homepage": "https://github.com/tiwariav/react-multi-app",
"bugs": {
"url": "https://github.com/tiwariav/react-multi-app/issues",
"email": "tiwariav@gmail.com"
},
"repository": "github:tiwariav/react-multi-app",
"author": {
"name": "Arvind Tiwari",
"email": "tiwariav@gmail.com"
},
"workspaces": [
"apps/*",
"packages/*"
],
"devDependencies": {
"babel-eslint": "^10.1.0",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"stylelint": "^13.8.0",
"stylelint-a11y": "^1.2.3",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.3.0",
"stylelint-no-unsupported-browser-features": "^4.1.4",
"stylelint-no-unused-selectors": "^1.0.33"
},
"license": "UNLICENSED",
"dependencies": {
"@yarnpkg/pnpify": "^2.4.0"
}
}