-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.4 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
{
"name": "@gobarber/react-native-calendar",
"version": "0.1.6",
"description": "GoBarber Mobile Calendar",
"main": "dist/index.js",
"author": "Renato Hideki Osaka <oi@renatohidekiosaka.com.br>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/renatoosaka/gobarber-react-native-calendar.git"
},
"keywords": ["GoStack", "GoBarber", "Rocketseat", "React", "React-Native", "Calendar"],
"bugs": {
"url": "https://github.com/renatoosaka/gobarber-react-native-calendar/issues"
},
"homepage": "https://github.com/renatoosaka/gobarber-react-native-calendar/blob/main/README.md",
"scripts": {
"build": "rimraf dist && yarn tsc",
"postbuild": "cp -r ./src/assets ./dist"
},
"devDependencies": {
"@types/node": "^14.14.12",
"@types/react-native": "^0.63.37",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.0.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"typescript": "^4.1.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}