-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "rena-rero",
"version": "1.0.0",
"description": "React Native's Navigator component wrapped with a Redux compatible router",
"main": "dist/index.js",
"react-native": "lib/index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha --compilers js:test/compile.js --require test/setup.js --recursive test/**/*.spec.js"
},
"author": "Jesse Tuchsen",
"license": "MIT",
"dependencies": {
"color": "^0.11.4",
"lodash.debounce": "^4.0.8",
"react": "^15.3.0",
"react-native": "^0.33.1",
"react-native-drawer-layout": "^0.5.1",
"react-native-vector-icons": "^4.0.0",
"react-redux": "^5.0.2",
"redux": "^3.4.0",
"url": "^0.11.0"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-standard": "^8.0.3",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"standard": "^8.0.0"
}
}