-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 966 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
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.nativescriptsample",
"tns-ios": {
"version": "4.1.1"
},
"tns-android": {
"version": "4.1.3"
}
},
"dependencies": {
"nativescript-sqlite": "^2.2.1",
"nativescript-theme-core": "^1.0.4",
"nativescript-vue": "^1.3.1",
"tns-core-modules": "^3.4.1",
"tslib": "^1.9.3",
"typeorm": "git+https://github.com/championswimmer/typeorm.git#npm_package_nativescript"
},
"devDependencies": {
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"lazy": "1.0.11",
"nativescript-dev-typescript": "^0.7.2-2018-06-22-03",
"nativescript-dev-webpack": "^0.14.2",
"node-sass": "^4.9.0",
"typescript": "^2.9.2",
"vue": "^2.5.16"
}
}