-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.92 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
61
62
63
64
65
66
67
68
69
{
"name": "@sishuguojixuefu/react-native-form",
"version": "1.0.2",
"description": "私塾动态表单组件",
"main": "src/index.ts",
"author": "sishu",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sishuguojixuefu/react-native-form.git"
},
"bugs": {
"url": "https://github.com/sishuguojixuefu/react-native-form/issues"
},
"homepage": "https://github.com/sishuguojixuefu/react-native-form#readme",
"keywords": [
"react-native",
"form",
"ios",
"android",
"sishuguojixuefu"
],
"scripts": {
"build": "tsc -p ./tsconfig.json",
"postversion": "git push --tags && git push && npm publish",
"prepublishOnly": "tsc -p ./tsconfig.json"
},
"files": [
"src",
"dist",
"images"
],
"types": "dist/index.d.ts",
"devDependencies": {
"@types/kind-of": "latest",
"@types/lodash.omit": "latest",
"@types/mathjs": "^5.0.1",
"@types/react": "^16.8.17",
"@types/react-native": "^0.57.55",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-import-resolver-typescript": "^1.1.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-native": "^3.7.0",
"husky": "^2.2.0",
"lint-staged": "^8.1.6",
"prettier": "^1.17.1",
"typescript": "^3.4.5",
"react-native-image-crop-picker": "latest",
"react-native-image-zoom-viewer": "latest",
"@sishuguojixuefu/antd-mobile-rn": "latest"
},
"dependencies": {
"dayjs": "latest",
"kind-of": "latest",
"lodash.omit": "latest",
"mathjs": "5.10.3",
"nzh": "latest",
"rc-form": "latest",
"react-native-ratings": "latest",
"string-width": "latest"
}
}