-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 937 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
32
33
34
35
36
37
{
"name": "react-relative-container",
"version": "0.0.2",
"description": "",
"main": "lib/index.js",
"author": {
"name": "Marouane Kadiri",
"email": "marouanekadiri@gmail.com"
},
"bugs": {
"url": "https://github.com/marouanekadiri/react-relative-container/issues",
"email": "marouanekadiri@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/marouanekadiri/react-relative-container"
},
"scripts": {
"build": "babel src -d lib",
"lint": "eslint src"
},
"peerDependencies": {
"react": "^17.0.1"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-react": "^7.12.5",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "2.1.2"
}
}