forked from smallpath/psnine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.79 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "psnine",
"version": "0.9.4",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"install": "react-native run-android",
"log": "react-native log-android",
"test": "jest",
"lint": "tslint -c tslint.json -p tsconfig.json",
"tsc": "tsc",
"clean": "rimraf dist",
"build": "npm run clean && npm run tsc --",
"watch": "npm run clean && tsc -w",
"fix": "tslint -c tslint.json -p tsconfig.json --fix psnine/**/*.tsx psnine/**/*.ts"
},
"dependencies": {
"babel-plugin-transform-remove-console": "^6.8.4",
"balanced-match": "^1.0.0",
"cheerio-without-node-native": "^0.20.2",
"google-material-color": "^1.3.1",
"immutability-helper": "^2.4.0",
"is-descriptor": "^1.0.0",
"lazy-cache": "^2.0.2",
"lodash.debounce": "^4.0.8",
"lottie-react-native": "^1.2.0",
"mao-rn-android-kit": "^0.5.0",
"minimist": "^0.0.8",
"ms": "^2.0.0",
"react": "^16.0.0-alpha.6",
"react-native": "^0.44.3",
"react-native-cached-image": "^1.4.0",
"react-native-charts-wrapper": "^0.2.10",
"react-native-dialogs": "0.0.20",
"react-native-fs": "^2.3.3",
"react-native-google-analytics-bridge": "^5.0.1",
"react-native-image-picker": "^0.26.3",
"react-native-image-zoom": "^0.32.0",
"react-native-image-zoom-viewer": "^2.0.6",
"react-native-interactable": "^0.1.1",
"react-native-linear-gradient": "^2.1.0",
"react-native-modal-picker": "0.0.16",
"react-native-nested-scrollview": "0.0.3",
"react-native-photo-view": "^1.4.0",
"react-native-share": "^1.0.20",
"react-native-snackbar": "^0.4.0",
"react-native-splash-screen": "^2.1.0",
"react-native-touch-through-view": "^0.1.3",
"react-native-vector-icons": "^4.0.1",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"regenerator-runtime": "^0.10.0",
"rn-viewpager": "^1.2.4",
"values.js": "^1.0.3"
},
"devDependencies": {
"@types/isomorphic-fetch": "0.0.34",
"@types/jest": "^20.0.4",
"@types/lodash": "^4.14.70",
"@types/react": "^15.0.38",
"@types/react-native": "^0.46.5",
"@types/react-navigation": "^1.0.15",
"@types/react-redux": "^4.4.46",
"@types/redux-actions": "^1.2.6",
"awesome-typescript-loader": "^3.2.1",
"babel-jest": "19.0.0",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-preset-react-native": "1.9.1",
"concurrently": "^3.5.0",
"entities": "^1.1.1",
"htmlparser2-without-node-native": "^3.9.0",
"jest": "19.0.2",
"react-test-renderer": "15.4.2",
"redux-logger": "^2.6.1",
"rimraf": "^2.6.1",
"source-map-loader": "^0.2.1",
"typescript": "^2.4.2"
},
"jest": {
"preset": "react-native"
}
}