-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.41 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "roko-date-picker",
"version": "1.5.0",
"description": "A simple single/multi date picker",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"directories": {
"example": "example",
"src": "src"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc"
},
"keywords": [
"React",
"Native",
"Expo",
"Calendar",
"Date",
"Picker",
"Range"
],
"author": "Erjon Këllëci",
"license": "ISC",
"dependencies": {
"date-fns": "^2.30.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^18.2.20",
"@types/react-native": "^0.72.2",
"@types/react-native-vector-icons": "^6.4.14",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-native": "^4.0.0",
"jest": "^29.6.2",
"prettier": "^3.0.2",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"bugs": {
"url": "https://github.com/ErionTp/roko-calendar/issues"
},
"homepage": "https://github.com/ErionTp/roko-calendar#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ErionTp/roko-calendar.git"
}
}