UNPKG

2.03 kBJSONView Raw
1{
2 "name": "react-native-jalali-calendar",
3 "version": "0.0.6",
4 "description": "React Native Jalaali calendar",
5 "main": "src/index.js",
6 "scripts": {
7 "lint": "eslint --ext '.js' .",
8 "test": "jest"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/poolkhord/react-native-jalali-calendar.git"
13 },
14 "keywords": [
15 "react-native",
16 "react-native-web",
17 "calendar",
18 "jalali"
19 ],
20 "author": "Hossein mohammadi",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/poolkhord/react-native-jalali-calendar/issues"
24 },
25 "homepage": "https://github.com/poolkhord/react-native-jalali-calendar#readme",
26 "devDependencies": {
27 "@babel/plugin-proposal-class-properties": "^7.8.3",
28 "@commitlint/config-conventional": "^8.3.4",
29 "@react-native-community/eslint-config": "^0.0.7",
30 "@typescript-eslint/parser": "^2.20.0",
31 "babel-jest": "^24.9.0",
32 "babel-preset-react-native": "^4.0.1",
33 "commitlint": "^8.3.5",
34 "cross-env": "^7.0.0",
35 "eslint": "^6.8.0",
36 "eslint-plugin-prettier": "^3.1.2",
37 "husky": "^4.2.3",
38 "jest": "^24.9.0",
39 "moment-jalaali": "^0.9.1",
40 "prettier": "^1.19.1",
41 "react": "16.12.0",
42 "react-art": "^16.12.0",
43 "react-dom": "^16.12.0",
44 "react-native": "^0.61.5",
45 "react-native-reanimated": "^1.7.0",
46 "react-native-vector-icons": "^6.6.0",
47 "react-native-web": "^0.12.1",
48 "react-scripts": "^3.4.0",
49 "react-test-renderer": "^16.12.0",
50 "starkstring": "^0.2.4",
51 "typescript": "3.4.3"
52 },
53 "peerDependencies": {
54 "moment-jalaali": ">=0.9",
55 "react": ">=16.12",
56 "react-native": ">=0.61",
57 "react-native-reanimated": ">=1.7",
58 "react-native-vector-icons": ">=6.6",
59 "starkstring": ">=0.2"
60 },
61 "husky": {
62 "hooks": {
63 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
64 "pre-commit": "yarn lint"
65 }
66 },
67 "jest": {
68 "testEnvironment": "node",
69 "transform": {
70 "^.+\\.(js)$": "babel-jest"
71 },
72 "preset": "react-native"
73 }
74}