-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.34 KB
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
{
"name": "hello",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"rc-start": "npm start -- --reset-cache",
"clean":
"rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean",
"lint": "eslint .",
"tron": "node_modules/.bin/reactotron",
"devtool": "react-devtools",
"prepare": "patch-package",
"test": "jest",
"storybook": "storybook start -p 7007"
},
"dependencies": {
"@storybook/addons": "^3.3.12",
"patch-package": "^5.0.0",
"react": "16.2.0",
"react-native": "^0.52.2"
},
"devDependencies": {
"@storybook/addon-actions": "^3.3.12",
"@storybook/addon-links": "^3.3.12",
"@storybook/react-native": "^3.3.12",
"babel-eslint": "^8.2.1",
"babel-jest": "22.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.17.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-flowtype": "^2.42.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"jest": "22.1.4",
"prop-types": "^15.6.0",
"react-devtools": "^3.1.0",
"react-dom": "^16.2.0",
"react-test-renderer": "16.2.0",
"reactotron-react-native": "^1.14.0"
},
"jest": {
"preset": "react-native"
}
}