|
20 | 20 | "compile": "./node_modules/.bin/tsc",
|
21 | 21 | "plugin.link": "npm link && cd ../demo && npm link nativescript-google-maps-sdk && cd ../src",
|
22 | 22 | "prepare": "node ./scripts/prepare.js",
|
23 |
| - "demo.ios": "npm i && npm run build && cd ../demo && tns run ios", |
24 |
| - "demo.android": "npm i && npm run build && cd ../demo && tns run android", |
| 23 | + "demo.ios": "npm i && npm run build && cd ../demo && tns run ios --no-hmr", |
| 24 | + "demo.android": "npm i && npm run build && cd ../demo && tns run android --no-hmr", |
25 | 25 | "demo-vue.ios": "npm i && npm run build && cd ../demo-vue && tns run ios --bundle --syncAllFiles",
|
26 | 26 | "demo-vue.android": "npm i && npm run build && cd ../demo-vue && tns run android --bundle --syncAllFiles",
|
27 | 27 | "generate.typings.ios": "cd ../demo && TNS_DEBUG_METADATA_PATH=\"$(pwd)/metadata\" tns build ios && TNS_TYPESCRIPT_DECLARATIONS_PATH=\"$(pwd)/typings\" tns build ios && echo 'Now look for your library typings in demo/typings!'"
|
|
44 | 44 | },
|
45 | 45 | "homepage": "https://github.com/dapriett/nativescript-google-maps-sdk#readme",
|
46 | 46 | "devDependencies": {
|
47 |
| - "commitizen": "^4.0.3", |
48 |
| - "conventional-github-releaser": "^3.1.3", |
| 47 | + "@nativescript/core": "^7.0.12", |
| 48 | + "@nativescript/types": "^7.0.4", |
| 49 | + "@nativescript/webpack": "^3.0.8", |
| 50 | + "@typescript-eslint/eslint-plugin": "^3.7.0", |
| 51 | + "@typescript-eslint/parser": "^3.7.0", |
| 52 | + "commitizen": "^4.2.2", |
| 53 | + "conventional-github-releaser": "^3.1.5", |
49 | 54 | "cz-conventional-changelog": "^2.0.0",
|
50 | 55 | "husky": "^0.14.2",
|
51 | 56 | "semver": "^5.5.0",
|
52 |
| - "tns-core-modules": "^4.0.0", |
53 |
| - "tns-platform-declarations": "^4.0.0", |
54 |
| - "typescript": "^2.3.2", |
55 |
| - "validate-commit-msg": "^2.12.2" |
| 57 | + "ts-patch": "^1.3.0", |
| 58 | + "typescript": "~3.9.0", |
| 59 | + "validate-commit-msg": "^2.12.2", |
| 60 | + "lint-staged": "^10.3.0", |
| 61 | + "prettier": "^2.1.1", |
| 62 | + "rimraf": "^3.0.2", |
| 63 | + "ts-node": "^9.0.0", |
| 64 | + "eslint": "^7.5.0" |
56 | 65 | },
|
57 | 66 | "config": {
|
58 | 67 | "commitizen": {
|
|
0 commit comments