mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* feat: add 3d rotation * chore: fix build errors * chore: fix tslint errors * chore: add @types/chai dev dep * chore: unused import cleanup * chore: update tests for x,y rotation * chore: rebase upstream/master * fix: iOS Affine Transform test verification * feat(css): Added optional css-tree parser (#8076) * feat(css): Added optional css-tree parser * test: css-tree parser compat tests * test: more css-tree compat tests * feat(dialogs): Setting the size of popup dialog thru dialog options (#8041) * Added iOS specific height and width attributes to ShowModalOptions * Set the height and width of the popup dialog to the presenting controller * dialog options ios attributes presentationStyle, height & width are made optional * Updated NativeScript.api.md for public API changes * Update with git properties * Public API * CLA update * fix: use iOS native-helper for 3d-rotate * test: Fix tests using _getTransformMismatchError * fix: view.__hasTransfrom not set updating properly * test: fix css-animations test page Co-authored-by: Alexander Vakrilov <alexander.vakrilov@gmail.com> Co-authored-by: Darin Dimitrov <darin.dimitrov@gmail.com> Co-authored-by: Shailesh Lolam <slolam@live.com> Co-authored-by: Dimitar Topuzov <dtopuzov@gmail.com>
62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "@nativescript/core",
|
|
"main": "index",
|
|
"types": "index.d.ts",
|
|
"description": "Telerik NativeScript Core Modules",
|
|
"version": "6.3.0",
|
|
"homepage": "https://www.nativescript.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NativeScript/NativeScript"
|
|
},
|
|
"files": [
|
|
"**/*.d.ts",
|
|
"**/*.js",
|
|
"**/platforms/ios/**",
|
|
"**/package.json",
|
|
"!org.nativescript.widgets.d.ts"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"nativescript-hook": "0.2.5",
|
|
"reduce-css-calc": "^2.1.6",
|
|
"css-tree": "^1.0.0-alpha.37",
|
|
"semver": "6.3.0",
|
|
"tns-core-modules-widgets": "next",
|
|
"tslib": "1.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "~4.2.5",
|
|
"@types/node": "~10.12.18",
|
|
"tns-platform-declarations": "next"
|
|
},
|
|
"scripts": {
|
|
"version": "conventional-changelog -p angular -i ../CHANGELOG.md -s && git add ../CHANGELOG.md",
|
|
"postinstall": "node cli-hooks/postinstall.js",
|
|
"preuninstall": "node cli-hooks/preuninstall.js"
|
|
},
|
|
"nativescript": {
|
|
"platforms": {
|
|
"ios": "6.0.0",
|
|
"android": "6.0.0"
|
|
},
|
|
"hooks": [
|
|
{
|
|
"name": "nativescript-core",
|
|
"type": "before-checkForChanges",
|
|
"script": "cli-hooks/before-checkForChanges.js",
|
|
"inject": true
|
|
}
|
|
]
|
|
},
|
|
"snapshot": {
|
|
"android": {
|
|
"tns-java-classes": {
|
|
"modules": [
|
|
"ui/frame/activity",
|
|
"ui/frame/fragment"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |