|
13 | 13 | }, |
14 | 14 | "scripts": { |
15 | 15 | "setup": "ts-patch install", |
| 16 | + "prepare": "npm run setup", |
16 | 17 | "tsc": "cp src/index.d.ts plugin && tsc -skipLibCheck", |
17 | 18 | "build": "cp README.md plugin && npm run tsc", |
18 | 19 | "publish": "npm run setup && npm run build && lerna publish --create-release=github", |
|
47 | 48 | "devDependencies": { |
48 | 49 | "@commitlint/cli": "^9.1.2", |
49 | 50 | "@commitlint/config-conventional": "^9.1.2", |
| 51 | + "@nativescript-community/ui-collectionview": "^3.0.5", |
50 | 52 | "@nativescript/core": "7.0.0", |
51 | 53 | "@nativescript/types-android": "7.0.2", |
52 | 54 | "@nativescript/types-ios": "7.0.1", |
53 | 55 | "@nativescript/webpack": "~3.0.2", |
54 | | - "@nativescript-community/ui-collectionview": "^3.0.5", |
55 | 56 | "@types/node": "^14.6.4", |
56 | 57 | "@typescript-eslint/eslint-plugin": "4.0.1", |
57 | 58 | "@typescript-eslint/parser": "4.0.1", |
58 | 59 | "eslint": "7.8.1", |
| 60 | + "eslint-config-prettier": "^8.1.0", |
| 61 | + "eslint-plugin-prettier": "^3.3.1", |
59 | 62 | "husky": "^4.2.5", |
60 | 63 | "lerna": "^3.22.1", |
61 | 64 | "npm-watch": "^0.7.0", |
| 65 | + "prettier": "^2.2.1", |
62 | 66 | "prompt": "^1.0.0", |
63 | 67 | "rimraf": "^3.0.2", |
64 | 68 | "ts-patch": "1.3.0", |
65 | 69 | "typescript": "~3.9.7" |
66 | 70 | }, |
67 | | - "dependencies": {}, |
68 | 71 | "bootstrapper": "nativescript-plugin-seed", |
69 | 72 | "commitlint": { |
70 | 73 | "extends": [ |
|
0 commit comments