-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.28 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.28 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": "simpleone",
"version": "1.0.0",
"description": "simple one app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rn-start": "react-native start --reset-cache"
},
"start": "node node_modules/react-native/local-cli/cli.js start",
"author": "JessieKate",
"license": "ISC",
"dependencies": {
"lottie-react-native": "^2.5.8",
"mobx": "^4.2.0",
"mobx-react": "^5.0.0",
"prop-types": "^15.6.1",
"query-string": "^6.1.0",
"react": "16.0.0-alpha.12",
"react-native": "^0.47.2",
"react-native-deprecated-custom-components": "^0.1.1",
"react-native-image-picker": "^0.26.7",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-slider": "^0.11.0",
"react-native-storage": "^0.2.2",
"react-native-tab-navigator": "^0.3.4",
"react-timer-mixin": "^0.13.3"
},
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native-stage-0": "^1.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jessieeeee/SimpleOne.git"
},
"keywords": [
"simpleone"
],
"bugs": {
"url": "https://github.com/jessieeeee/SimpleOne/issues"
},
"homepage": "https://github.com/jessieeeee/SimpleOne#readme"
}