-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 871 Bytes
/
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
{
"name": "react-monorepo",
"version": "0.0.1",
"description": "A monorepo boilerplate containing React, React Native and Library projects.",
"main": "index.js",
"author": "Anwer AR",
"license": "MIT",
"private": true,
"workspaces": ["packages/*"],
"dependencies": {
"react": "17.0.1"
},
"devDependencies": {
"@babel/core": "7.11.6",
"@babel/runtime": "7.8.4",
"@babel/preset-env": "7.11.5",
"@babel/preset-react": "7.10.4",
"babel-loader": "8.1.0",
"babel-jest": "25.1.0",
"eslint": "7.13.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"html-loader": "1.3.0",
"jest": "25.1.0",
"react-test-renderer": "16.13.1",
"get-yarn-workspaces": "1.0.2"
}
}