mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
81 lines
2.3 KiB
JSON
81 lines
2.3 KiB
JSON
{
|
|
"name": "nativescript",
|
|
"version": "8.2.5",
|
|
"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": {
|
|
"nativescript-theme-core": "^1.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@nativescript/hook": "^2.0.0",
|
|
"@nativescript/nx": "~4.0.0",
|
|
"@nrwl/cli": "14.4.2",
|
|
"@nrwl/eslint-plugin-nx": "14.4.2",
|
|
"@nrwl/jest": "14.4.2",
|
|
"@nrwl/node": "14.4.2",
|
|
"@nrwl/workspace": "14.4.2",
|
|
"@nstudio/focus": "^14.3.0",
|
|
"@nstudio/nps-i": "~2.0.0",
|
|
"@prettier/plugin-xml": "^2.2.0",
|
|
"@types/chai": "^4.2.11",
|
|
"@types/jest": "27.4.1",
|
|
"@types/mocha": "^7.0.2",
|
|
"@types/node": "18.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
|
"@typescript-eslint/parser": "^5.30.0",
|
|
"chai": "^4.2.0",
|
|
"conventional-changelog-cli": "^2.1.1",
|
|
"copyfiles": "^2.4.0",
|
|
"css": "^3.0.0",
|
|
"css-tree": "^1.1.2",
|
|
"dotenv": "10.0.0",
|
|
"eslint": "7.22.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"gonzales": "^1.0.7",
|
|
"husky": "^8.0.1",
|
|
"jest": "27.5.1",
|
|
"lint-staged": "^13.0.1",
|
|
"mocha": "^8.0.1",
|
|
"mocha-typescript": "^1.1.17",
|
|
"module-alias": "^2.2.2",
|
|
"nativescript": "~8.2.0",
|
|
"nativescript-typedoc-theme": "1.1.0",
|
|
"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": "27.1.4",
|
|
"ts-node": "10.8.1",
|
|
"ts-patch": "^2.0.1",
|
|
"tslint": "6.1.3",
|
|
"tslint-to-eslint-config": "^2.13.0",
|
|
"typedoc": "^0.22.17",
|
|
"typescript": "~4.7.3",
|
|
"zx": "^7.0.5",
|
|
"nx": "14.4.2"
|
|
},
|
|
"lint-staged": {
|
|
"**/*": [
|
|
"nx format:write --files"
|
|
]
|
|
}
|
|
}
|
|
|