mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* feat(bundle): support for file qualifiers in builder * chore: add qualifiers test app * chore: add @Deprecated for file-name-resolver * fix(hmr): hmr not working for scss files * chore: globals clean-up * shore: fix tslint * tests: uncomment test fixed by ns-dev-webpack * chore: move qualifiers app to e2e * chore: update webpack config * chore: tslint errors * test: fix wrong css import
24 lines
617 B
JSON
24 lines
617 B
JSON
{
|
|
"description": "NativeScript Application",
|
|
"license": "SEE LICENSE IN <your-license-filename>",
|
|
"readme": "NativeScript Application",
|
|
"repository": "<fill-your-repository-here>",
|
|
"nativescript": {
|
|
"id": "org.nativescript.filequalifiers",
|
|
"tns-ios": {
|
|
"version": "6.0.0-2019-06-19-084246-01"
|
|
},
|
|
"tns-android": {
|
|
"version": "6.0.0-2019-06-24-113546-01"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"tns-core-modules": "file:../../tns-core-modules"
|
|
},
|
|
"devDependencies": {
|
|
"nativescript-dev-webpack": "next",
|
|
"tns-platform-declarations": "next",
|
|
"typescript": "3.4.1"
|
|
}
|
|
}
|