-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 2.08 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
{
"name": "AdarshaIos",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh",
"test": "mocha test/",
"init": "scripts/init.sh",
"clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all",
"postinstall": "scripts/postinstall.sh",
"build": "node node_modules/react-native/local-cli/cli.js bundle --minify --entry-file ./index.ios.js --bundle-output ./ios/main.jsbundle --platform ios --dev false",
"build-dev": "node node_modules/react-native/local-cli/cli.js bundle --entry-file ./index.ios.js --bundle-output ./ios/main.jsbundle --platform ios --dev true"
},
"dependencies": {
"buffer": "^4.1.0",
"fs": "0.0.2",
"hoist-non-react-statics": "^1.0.3",
"immutable": "^3.7.5",
"ksana-analyzer": "git+https://github.com/ksanaforge/ksana-analyzer.git#1.5.0",
"ksana-database": "git+https://github.com/ksanaforge/ksana-database.git#1.5.8",
"ksana-jsonrom": "git+https://github.com/ksanaforge/ksana-jsonrom.git#1.5.5",
"ksana-react-native": "[email protected]:karmapa/ksana-react-native.git#fix-nonnull",
"ksana-search": "git+https://github.com/ksanaforge/ksana-search.git#1.5.5",
"ksana-simple-api": "git+https://github.com/ksanaforge/ksana-simple-api.git#1.5.23",
"lodash": "^3.10.1",
"path": "^0.12.7",
"react-native": "git+https://github.com/kmsheng/react-native.git#v0.18.0-listview-fix",
"react-native-icons": "0.7.0",
"react-native-orientation": "^1.12.1",
"react-native-refreshable-listview": "git+https://github.com/kmsheng/react-native-refreshable-listview.git#v1.3.0-get-metrics",
"react-native-side-menu": "0.18.0",
"react-pure-render": "^1.0.2",
"react-redux": "3.1.0",
"react-refresh-control": "^2.0.5",
"react-timer-mixin": "^0.13.3",
"redux": "^3.0.5",
"redux-thunk": "^1.0.2",
"tibetan": "git+https://github.com/kmsheng/tibetan.git#feature-distinguish-qyang-q.yang",
"zpad": "^0.5.0"
},
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"mocha": "^2.4.2",
"should": "^8.2.1"
}
}