-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
68 lines (68 loc) · 2.74 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
{
"name": "wappuapp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"release:ios": "node node_modules/react-native/local-cli/cli.js bundle --platform=ios --entry-file=index.ios.js --bundle-output=iOS/wappuapp/main.jsbundle --dev=false",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js 'test/**/*.@(js|jsx)'",
"test:watch": "npm run test -- --watch",
"eslint": "eslint --ext .js ./app",
"jscs": "jscs ./app",
"ci": "bash ./tools/ci.sh"
},
"author": "Futurice Tammerforce <[email protected]> (http://tammerforce.com/)",
"contributors": [
"Miro Nieminen <[email protected]> (http://github.com/miro)",
"Antti Mattila <[email protected]> (http://github.com/anttti)",
"Tomi Turtiainen <[email protected]> (http://github.com/tomi)",
"Kimmo Brunfeldt <[email protected]> (http://github.com/kimmobrunfeldt)",
"Pasi Lampinen <[email protected]> (http://github.com/palampinen)",
"Mike Arvela <[email protected]> (http://github.com/mieky)",
"Hannu-Pekka Heinäjärvi <[email protected]> (http://github.com/hannupekka)"
],
"dependencies": {
"autobind-decorator": "^1.3.4",
"geolib": "^2.0.20",
"immutable": "^3.7.6",
"lodash": "^4.6.1",
"moment": "^2.12.0",
"react": "^15.4.0",
"react-mixin": "^3.0.5",
"react-native": "^0.39.0",
"react-native-app-intro": "git+https://github.com/palampinen/react-native-app-intro.git",
"react-native-audio-streaming": "git+https://github.com/palampinen/react-native-audio-streaming.git",
"react-native-blur": "1.0.1",
"react-native-device-info": "^0.10.1",
"react-native-google-analytics": "^1.0.1",
"react-native-image-picker": "^0.22.6",
"react-native-image-zoom": "^0.31.0",
"react-native-linear-gradient": "^1.5.12",
"react-native-location": "^0.14.3",
"react-native-maps": "0.12.4",
"react-native-modalbox": "^1.3.7",
"react-native-parallax-view": "^2.0.6",
"react-native-parsed-text": "0.0.16",
"react-native-photo-view": "1.2.0",
"react-native-scrollable-tab-view": "^0.7.3",
"react-native-share": "^1.0.13",
"react-native-svg": "4.4.0",
"react-native-vector-icons": "^3.0.0",
"react-redux": "^4.4.5",
"react-timer-mixin": "^0.13.3",
"redux": "^3.3.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^1.0.3",
"reselect": "^2.5.4",
"victory-native": "^0.6.0"
},
"devDependencies": {
"babel-eslint": "^6.0.0-beta.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "^1.9.1",
"david": "^7.0.1",
"eslint": "^2.4.0",
"eslint-plugin-react": "^4.2.3",
"jscs": "^2.11.0"
}
}