{ "name": "nativescript", "version": "8.8.7", "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", "setup:yarn": "yarn clean && yarn", "setup:pnpm": "pnpm run clean && pnpm install", "postinstall": "ts-patch install && husky && 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": { "nativescript-theme-core": "^1.0.4" }, "devDependencies": { "@nativescript/hook": "^2.0.0", "@nativescript/nx": "^20.0.0", "@nstudio/focus": "^20.0.2", "@nstudio/nps-i": "~2.0.0", "@nx/devkit": "20.3.0", "@nx/eslint-plugin": "20.3.0", "@nx/jest": "20.3.0", "@nx/js": "20.3.0", "@nx/node": "20.3.0", "@nx/plugin": "20.3.0", "@nx/vite": "20.3.0", "@nx/web": "20.3.0", "@nx/workspace": "20.3.0", "@prettier/plugin-xml": "^3.4.1", "@swc-node/register": "~1.9.1", "@swc/core": "~1.5.7", "@swc/helpers": "~0.5.11", "@types/jest": "~29.5.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^8.6.0", "@typescript-eslint/parser": "^8.6.0", "@vitest/coverage-v8": "^1.0.4", "@vitest/ui": "^1.3.1", "acorn": "^8.7.0", "conventional-changelog-cli": "^5.0.0", "copyfiles": "^2.4.0", "css": "^3.0.0", "css-tree": "^1.1.2", "css-what": "^6.1.0", "dotenv": "~16.4.0", "emoji-regex": "^10.3.0", "enhanced-resolve": "^5.8.3", "eslint": "~8.57.0", "eslint-config-prettier": "~9.1.0", "gonzales": "^1.0.7", "husky": "^9.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jsdom": "~22.1.0", "lint-staged": "^15.2.0", "module-alias": "^2.2.2", "nativescript": "~8.8.3", "nativescript-typedoc-theme": "1.1.0", "nx": "20.3.0", "parse-css": "git+https://github.com/tabatkins/parse-css.git", "parserlib": "^1.1.1", "prettier": "^3.2.5", "reduce-css-calc": "~2.1.7", "sass": "^1.72.0", "shady-css-parser": "^0.1.0", "tree-kill": "^1.2.2", "ts-jest": "29.2.5", "ts-node": "10.9.2", "ts-patch": "^3.0.0", "tslib": "^2.6.0", "typedoc": "^0.27.6", "typescript": "~5.6.0", "vite": "^5.0.0", "vitest": "^1.3.1", "zx": "^8.3.0" }, "lint-staged": { "**/*.{js,ts,css,scss,json,html}": [ "npx prettier --write" ] } }