This repository was archived by the owner on Jun 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 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
{
"name": "jiandan",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"async": "^2.3.0",
"cheerio-without-node-native": "^0.20.2",
"crypto": "^0.0.3",
"eventemitter2": "^4.1.0",
"mobx": "^3.1.8",
"mobx-react": "^4.1.5",
"nachos-ui": "^0.1.2",
"otrans": "^1.0.1",
"qs": "^6.4.0",
"react": "16.0.0-alpha.6",
"react-native": "0.59.0",
"react-native-easy-toast": "^1.0.5",
"react-native-fetch-blob": "^0.10.4",
"react-native-fit-image": "^1.4.7",
"react-native-fs": "^2.1.0-rc.1",
"react-native-loading-spinner-overlay": "^0.4.2",
"react-native-photo-browser": "git+https://github.com/XadillaX/react-native-photo-browser#6726a6e6286d557fb45b9e6bda750b28f09cd5df",
"react-native-router-flux": "^3.38.0",
"react-native-share": "^1.0.20"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-jest": "19.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "1.9.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^3.19.0",
"eslint-config-xadillax-style": "^1.7.0",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}