-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 3 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
{
"name": "lucid-link",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "node \"./node_modules/typescript/bin/tsc\" -w -p .",
"start": "node node_modules/react-native/local-cli/cli.js start",
"@@start": "pushd \"node_modules\\react-native\\packager\" && node \"C:\\Root\\Apps\\@V\\LucidLink\\Main\\node_modules\\react-native\\packager\\..\\local-cli\\cli.js\" start",
"@@@start": "cmd /C \"cd \"\"\"node_modules\\react-native\\packager\"\"\" & start \"\"\"C:\\Root\\Apps\\@V\\LucidLink\\Main\\node_modules\\react-native\\packager\\launchPackager.bat\"\"\"\"",
"@@@@start": "cd \"node_modules\\react-native\\packager\" & launchPackager.bat",
"@#": "The above all SHOULD work, but they don't. Instead, we must run the launchPackager.bat file directly, for some reason.",
"@@@@@start": "node_modules\\react-native\\packager\\launchPackager.bat",
"@@@@@@start": "node Scripts/StartPackager.js",
"start2": "runas.exe /user:Stephen_2 /savecred /env \"C:\\Users\\Stephen\\AppData\\Roaming\\nvm\\v6.9.1\\react-native.cmd start & pause\"",
"test": "jest",
"release": "cd android && gradlew assembleRelease",
"#run-android": "cd \".\\android\" && gradlew clean && cd \"..\\\" && react-native run-android"
},
"dependencies": {
"apsl-react-native-button": "^3.1.0",
"autobind-decorator": "^1.3.4",
"babel-plugin-module-alias": "^1.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"jest": "^17.0.3",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"moment": "^2.16.0",
"react": "^16.2.0",
"react-autobind": "^1.0.6",
"react-native": "^0.51.0",
"react-native-action-bar": "^2.0.2",
"react-native-android-snackbar": "^0.1.0",
"react-native-android-speech": "0.0.6",
"react-native-background-timer": "^0.1.3",
"react-native-chart": "^1.0.8-beta",
"react-native-dialogs": "0.0.19",
"react-native-drawer": "^2.5.0",
"react-native-extended-stylesheet": "^0.3.0",
"react-native-file-picker": "git+https://github.com/Lichwa/react-native-file-picker.git",
"react-native-fs": "^2.0.1-rc.2",
"react-native-keep-awake": "^1.0.7",
"react-native-libmuse": "1.0.9",
"react-native-material-kit": "^0.5.1",
"react-native-numberpicker-dialog": "0.0.1",
"react-native-orientation": "yamill/react-native-orientation",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-sortable-listview": "^0.2.6",
"react-native-sound": "^0.8.3",
"react-native-treeview": "^1.0.0",
"rn-spinner": "^0.3.0"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"@types/react": "^16.0.27",
"@types/react-native": "^0.50.8",
"babel-jest": "17.0.2",
"babel-preset-react-native": "^4.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "^21.2.1",
"jest-react-native": "17.0.2",
"moment-round": "^1.0.1",
"react-addons-shallow-compare": "^15.6.2",
"react-test-renderer": "15.3.2",
"typescript": "^2.6.2",
"whatwg-fetch": "1.1.0"
}
}