{ "name": "nativescript", "version": "8.5.9", "license": "MIT", "scripts": { "clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/* --exclude=!.npmrc", "clean.all": "npm run setup && nx run-many --target=clean --all", "setup": "npm run clean && npm install --legacy-peer-deps", "setup:yarn": "yarn clean && yarn", "setup:pnpm": "pnpm run clean && pnpm install", "postinstall": "ts-patch install && husky install && nx run webpack5:build", "start": "nps", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" }, "private": true, "repository": { "type": "git", "url": "https://github.com/NativeScript/NativeScript.git" }, "dependencies": { "@nx/devkit": "16.9.1", "@swc/helpers": "0.5.2", "nativescript-theme-core": "^1.0.4", "nx-cloud": "16.4.0" }, "devDependencies": { "@nativescript/hook": "^2.0.0", "@nativescript/nx": "^16.5.0", "@nstudio/focus": "^16.5.0", "@nstudio/nps-i": "~2.0.0", "@nx/eslint-plugin": "16.9.1", "@nx/jest": "16.9.1", "@nx/js": "16.9.1", "@nx/node": "16.9.1", "@nx/plugin": "16.9.1", "@nx/workspace": "16.9.1", "@prettier/plugin-xml": "^2.2.0", "@swc-node/register": "~1.4.2", "@swc/cli": "~0.1.62", "@swc/core": "1.3.90", "@types/jest": "~29.5.0", "@types/node": "^18.7.1", "@typescript-eslint/eslint-plugin": "^6.6.0", "@typescript-eslint/parser": "^6.6.0", "conventional-changelog-cli": "^4.1.0", "copyfiles": "^2.4.0", "css": "^3.0.0", "css-tree": "^1.1.2", "dotenv": "~16.3.1", "emoji-regex": "^10.2.1", "eslint": "~8.43.0", "eslint-config-prettier": "~8.8.0", "gonzales": "^1.0.7", "husky": "^8.0.1", "jest": "~29.6.0", "jest-environment-jsdom": "~29.6.0", "lint-staged": "^14.0.0", "module-alias": "^2.2.2", "nativescript": "~8.5.0", "nativescript-typedoc-theme": "1.1.0", "nx": "16.9.1", "parse-css": "git+https://github.com/tabatkins/parse-css.git", "parserlib": "^1.1.1", "prettier": "^2.6.2", "reduce-css-calc": "~2.1.7", "sass": "^1.45.2", "shady-css-parser": "^0.1.0", "tree-kill": "^1.2.2", "ts-jest": "29.1.1", "ts-node": "10.9.1", "ts-patch": "^3.0.0", "tslib": "^2.6.0", "typedoc": "^0.24.8", "typescript": "~5.2.0", "zx": "^7.0.5" }, "lint-staged": { "**/*.{js,ts,css,scss,json,html}": [ "npx prettier --write" ] } }