-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "ingatlan",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node node_modules/react-native/local-cli/cli.js start --projectRoots $PWD",
"lint": "eslint js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CAPSLOCKUSER/ingatlan.git"
},
"author": "Miklos Megyes <[email protected]>",
"license": "MIT",
"dependencies": {
"buffer": "^4.5.1",
"cheerio": "^0.20.0",
"deep-freeze": "0.0.1",
"events": "^1.1.0",
"geolib": "^2.0.20",
"lodash": "^4.11.1",
"moment": "^2.13.0",
"react": "^0.14.8",
"react-native": "^0.25.0-rc",
"react-native-lightbox": "^0.5.1",
"react-native-maps": "^0.3.2",
"react-native-slider": "^0.5.3",
"react-native-vector-icons": "^1.3.4",
"stream": "0.0.2",
"string": "^3.3.1"
},
"bugs": {
"url": "https://github.com/CAPSLOCKUSER/ingatlan/issues"
},
"homepage": "https://github.com/CAPSLOCKUSER/ingatlan#readme",
"devDependencies": {
"babel-eslint": "^6.0.2",
"eslint": "^2.8.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0"
}
}