-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.77 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
{
"name": "anchor-ui-native",
"version": "3.4.0",
"main": "index.js",
"files": [
"/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/anchorchat/anchor-ui-native.git"
},
"keywords": [
"react-native",
"ui kit",
"Anchor.CHAT"
],
"author": "Peter Kuiper <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/anchorchat/anchor-ui-native/issues"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "17.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"eslint-plugin-react-native": "^3.2.1",
"eslint-watch": "^3.1.5",
"nodemon": "^1.17.5",
"prop-types": "^15.6.1",
"react": "^16.4.1",
"react-docgen": "^2.20.1",
"react-native": "^0.55.4",
"react-native-svg": "^6.3.1"
},
"scripts": {
"eslint": "esw '{lib,docs/src,examples}/**/**/*.js'",
"eslint:watch": "esw -w --changed '{lib,docs/src,examples}/**/**/*.js'",
"docs": "react-docgen lib --out docs/src/components.json --pretty",
"watch": "nodemon --exec 'make build' --watch lib",
"copy": "rm -rf dist && mkdir dist && cp -R lib/ package.json README.md dist",
"dist": "cd dist && npm publish",
"test": "echo 'No test scripts available'"
},
"dependencies": {
"color": "^3.0.0",
"hoist-non-react-statics": "^2.5.5",
"lodash": "^4.17.10",
"react-native-hyperlink": "^0.0.14",
"react-native-progress": "^3.5.0",
"react-native-section-list-get-item-layout": "^2.2.3",
"recompose": "^0.27.1"
},
"peerDependencies": {
"prop-types": "^15.4.1",
"react": "^16.3.0",
"react-native": "^0.50.0",
"react-native-svg": "^6.3.1"
}
}