-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 827 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 827 Bytes
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
{
"name": "Bible",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/.bin/storybook start -p 7007 -c examples",
"test": "jest"
},
"dependencies": {
"buffer": "^5.0.5",
"entities": "^1.1.1",
"events": "^1.1.1",
"htmlparser2": "^3.9.2",
"react": "~15.4.0",
"react-native": "0.41.2",
"stream": "^0.0.2"
},
"devDependencies": {
"@kadira/react-native-storybook": "^2.2.0",
"babel-eslint": "^7.1.1",
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-standard": "^2.0.1",
"jest": "18.1.0",
"react-test-renderer": "~15.4.0"
},
"jest": {
"preset": "react-native"
}
}