{ "name": "plugins", "version": "0.0.0", "license": "MIT", "scripts": { "postinstall": "husky install && npx ts-patch install && patch-package", "setup": "npx rimraf node_modules package-lock.json dist tmp yarn.lock && yarn config set ignore-engines true && ns package-manager set npm && yarn", "start": "nps", "add": "nx g @nativescript/plugin-tools:add-package", "add-angular": "nx g @nativescript/plugin-tools:add-angular", "config": "nx g @nativescript/plugin-tools:config", "publish-packages": "nx g @nativescript/plugin-tools:publish", "sync-packages-with-demos": "nx g @nativescript/plugin-tools:sync-packages-with-demos", "remove-package": "nx g @nativescript/plugin-tools:remove-package", "add-demo": "nx g @nativescript/plugin-tools:add-demo", "ts-vue": "cd packages/vue && npx tsc --watch", "build:all": "nx run-many --target=build.all --all", "demo:vue:android": "npx nx run demo-vue:android", "demo:vue:ios": "npx nx run demo-vue:ios", "docs:dev": "vitepress dev packages/vue", "docs:build": "vitepress build packages/vue", "docs:preview": "vitepress preview packages/vue" }, "workspaces": [ "/packages/*", "/apps/*" ], "private": true, "devDependencies": { "@nativescript-use/vue": "^0.0.5", "@nativescript/core": "~8.5.0", "@nativescript/plugin-tools": "5.1.0", "@nativescript/tailwind": "^2.0.1", "@nativescript/types": "~8.5.0", "@nativescript/webpack": "^5.0.15", "autoprefixer": "^10.4.14", "husky": "^8.0.0", "nativescript-vue": "3.0.0-beta.8", "ng-packagr": "^15.0.0", "patch-package": "~6.4.0", "postcss": "^8.4.24", "tailwindcss": "^3.3.2", "typescript": "~4.8.0", "vitepress": "^1.0.0-rc.14" }, "lint-staged": { "**/*.{js,ts,scss,json,html}": [ "npx prettier --write" ] } }