-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.58 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
47
48
49
50
51
52
{
"name": "Align",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "eslint .",
"lintfix": "eslint . --fix",
"clean": "rm -rf ios/build && watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/metro-* && rm -rf node_modules/ && npm cache clean && yarn && npm start -- --reset-cache"
},
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"eslint-plugin-react-native": "^3.2.1",
"i18n-js": "^3.0.3",
"moment": "^2.18.1",
"object-path-immutable": "^0.5.2",
"react": "^16.2.0",
"react-native": "https://github.com/wangchou/react-native#56106fd89828bbae9f03fd10ff85b9fac0079991",
"react-native-i18n": "^2.0.10",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-persist": "^5.4.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.4.1",
"babel-preset-react-native": "2.1.0",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.6.2",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.5.1",
"jest": "^22.0.6",
"prettier": "^1.10.2",
"react-test-renderer": "16.0.0-alpha.12"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"jest": {
"preset": "react-native"
}
}