-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
37 lines (37 loc) · 1.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
37
{
"name": "AndyWarholAccessibilityProject",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "mocha --require test/init --compilers js:babel-core/register $(find ./test -name '*.test.js')",
"test:watch": "npm test -- --watch"
},
"dependencies": {
"lodash": "^4.12.0",
"react": "~15.3.2",
"react-native": "^0.34.1",
"react-native-collapsible": "^0.6.0",
"react-native-device-info": "^0.9.3",
"react-native-google-analytics-bridge": "^3.1.0",
"react-native-swiper": "^1.4.11",
"react-redux": "^4.4.5",
"realm": "^1.13.0",
"redux": "^3.5.2",
"redux-devtools-extension": "^1.0.0",
"redux-thunk": "^2.0.1",
"uuid": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-eslint": "^6.0.4",
"babel-preset-react-native": "^1.9.0",
"chai": "^3.5.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"eslint-plugin-react": "^5.0.1",
"mocha": "^2.5.3"
}
}