-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.33 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
{
"name": "org_squared",
"version": "0.0.0",
"license": "MIT",
"description": "Flexible & extensible Org mode client",
"author": "David Dohan <[email protected]>",
"private": true,
"main": "main.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive",
"test:watch": "npm run test -- --watch"
},
"dependencies": {
"@exponent/ex-navigation": "^1.5.29",
"@exponent/samples": "^1.0.2",
"@exponent/vector-icons": "^1.0.4",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2015-node": "^6.1.1",
"babel-preset-react": "^6.16.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"exponent": "^9.0.2",
"lodash": "^4.13.1",
"react": "15.2.1",
"react-native": "github:exponentjs/react-native#sdk-9.0.0",
"react-native-elements": "^0.6.0",
"react-native-menu": "^0.20.1",
"react-native-swipeout": "github:dancormier/react-native-swipeout#829b7c01",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-flag-reducer": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-preset-react-native": "^1.8.0",
"chai": "^3.5.0",
"chai-immutable": "^1.5.4",
"immutable": "^3.8.1",
"mocha": "^2.4.5"
},
"babel": {
"presets": [
"react-native"
]
}
}