UNPKG

2.03 kBJSONView Raw
1{
2 "name": "@sishuguojixuefu/react-native-form",
3 "version": "0.7.7",
4 "description": "私塾动态表单组件",
5 "main": "dist/index.js",
6 "author": "sishu",
7 "license": "MIT",
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/sishuguojixuefu/react-native-form.git"
11 },
12 "bugs": {
13 "url": "https://github.com/sishuguojixuefu/react-native-form/issues"
14 },
15 "homepage": "https://github.com/sishuguojixuefu/react-native-form#readme",
16 "keywords": [
17 "react-native",
18 "form",
19 "ios",
20 "android",
21 "sishuguojixuefu"
22 ],
23 "scripts": {
24 "build": "tsc -p ./tsconfig.json",
25 "postversion": "git push --tags && git push && npm publish",
26 "prepublishOnly": "tsc -p ./tsconfig.json"
27 },
28 "files": [
29 "dist",
30 "images"
31 ],
32 "types": "dist/index.d.ts",
33 "devDependencies": {
34 "@types/kind-of": "latest",
35 "@types/lodash.omit": "latest",
36 "@types/mathjs": "^5.0.1",
37 "@types/react": "^16.8.17",
38 "@types/react-native": "^0.57.55",
39 "@typescript-eslint/eslint-plugin": "^1.9.0",
40 "@typescript-eslint/parser": "^1.9.0",
41 "eslint": "^5.16.0",
42 "eslint-config-airbnb": "^17.1.0",
43 "eslint-config-prettier": "^4.2.0",
44 "eslint-import-resolver-typescript": "^1.1.1",
45 "eslint-plugin-import": "^2.17.2",
46 "eslint-plugin-jsx-a11y": "^6.2.1",
47 "eslint-plugin-prettier": "^3.1.0",
48 "eslint-plugin-react": "^7.13.0",
49 "eslint-plugin-react-native": "^3.7.0",
50 "husky": "^2.2.0",
51 "lint-staged": "^8.1.6",
52 "prettier": "^1.17.1",
53 "typescript": "^3.4.5"
54 },
55 "dependencies": {
56 "@sishuguojixuefu/antd-mobile-rn": "3.1.8-beta.10",
57 "antd-mobile-rn": "^2.3.3",
58 "dayjs": "latest",
59 "kind-of": "latest",
60 "lodash.omit": "latest",
61 "mathjs": "^5.10.3",
62 "nzh": "latest",
63 "rc-form": "latest",
64 "react-native-amap3d": "latest",
65 "react-native-image-crop-picker": "latest",
66 "react-native-image-zoom-viewer": "latest",
67 "react-native-ratings": "latest",
68 "string-width": "latest"
69 }
70}