forked from NativeScript/nativescript-marketplace-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 869 Bytes
/
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
{
"nativescript": {
"id": "org.nativescript.examples",
"tns-ios": {
"version": "2.4.0"
},
"tns-android": {
"version": "2.4.1"
}
},
"dependencies": {
"acra-telerik-analytics": "*",
"nativescript-fresco": "1.0.12",
"highlight.js": "^8.7.0",
"nativescript-iqkeyboardmanager": "^1.0.1",
"nativescript-plugin-firebase": "^3.8.5",
"nativescript-telerik-analytics": "*",
"nativescript-telerik-ui-pro": "*",
"tns-core-modules": "2.4.0"
},
"devDependencies": {
"babel-traverse": "6.9.0",
"babel-types": "6.9.0",
"babylon": "6.8.0",
"filewalker": "0.1.2",
"json-loader": "^0.5.4",
"lazy": "1.0.11",
"nativescript-dev-android-snapshot": "^0.*.*",
"nativescript-dev-typescript": "^0.2.2",
"shelljs": "^0.5.3",
"typescript": "^2.0.10"
},
"license": "Apache-2.0"
}