Merge branch 'master' of github.com:NativeScript/NativeScript

# Conflicts:
#	.gitignore
#	package.json
This commit is contained in:
Martin Guillon
2021-03-08 17:30:57 +01:00
59 changed files with 257363 additions and 51464 deletions

View File

@@ -1,24 +1,27 @@
{
"name": "nativescript",
"version": "7.2.1",
"license": "MIT",
"name": "nativescript",
"version": "7.3.0",
"license": "MIT",
"config": {
"npm_alias": "npm"
},
"scripts": {
"clean": "rimraf -- hooks node_modules platforms package-lock.json webpack.config.js",
"setup": "npm run clean && $npm_package_config_npm_alias i && ts-patch install && npm run core:setup",
"start": "nps",
"scripts": {
"clean": "git clean -f -X -d",
"setup": "npm run clean && npm install",
"setup:yarn": "yarn run clean && yarn",
"setup:pnpm": "pnpm run clean && pnpm install",
"postinstall": "ts-patch install && husky install && nx run core:setup",
"start": "nps",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"apps-automated:ios": "cd apps/automated && tns debug ios --no-hmr --emulator --env.testing",
"apps-automated:android": "cd apps/automated && tns debug android --no-hmr --emulator --env.testing",
"apps-automated:clean": "cd apps/automated && rimraf -- hooks node_modules platforms package-lock.json webpack.config.js && $npm_package_config_npm_alias i && rimraf -- package-lock.json",
"apps-automated:clean": "cd apps/automated && rimraf -- hooks node_modules platforms package-lock.json webpack.config.js && rimraf -- package-lock.json",
"apps-toolbox:ios": "cd apps/toolbox && tns debug ios --no-hmr --emulator --env.testing",
"apps-toolbox:android": "cd apps/toolbox && tns debug android --no-hmr --emulator --env.testing",
"apps-toolbox:clean": "cd apps/toolbox && rimraf -- hooks node_modules platforms package-lock.json webpack.config.js && $npm_package_config_npm_alias i && rimraf -- package-lock.json",
"apps-toolbox:clean": "cd apps/toolbox && rimraf -- hooks node_modules platforms package-lock.json webpack.config.js && rimraf -- package-lock.json",
"apps-ui:ios": "cd apps/ui && tns debug ios --no-hmr --emulator --env.testing",
"apps-ui:android": "cd apps/ui && tns debug android --no-hmr --emulator --env.testing",
"apps-ui:clean": "cd apps/ui && rimraf -- hooks node_modules platforms package-lock.json webpack.config.js && $npm_package_config_npm_alias i && rimraf -- package-lock.json",
"apps-ui:clean": "cd apps/ui && rimraf -- hooks node_modules platforms package-lock.json webpack.config.js && rimraf -- package-lock.json",
"core:lint": "cd packages/core && eslint -c .eslintrc --ignore-pattern **/node_modules/** --ignore-pattern !packages/core/**",
"core:setup": "npm run webpack:build",
"core:build": "cpy 'packages/core/*.md' 'packages/core/package.json' 'dist/packages/core' && copyfiles -e '**/*.ts' 'packages/core/css/**/*' 'packages/core/css-value/**/*' 'packages/core/fetch/**/*' 'packages/core/js-libs/**/*' 'packages/core/cli-hooks/**/*.js' dist && copyfiles -e 'packages/core/__tests__/**/*' 'packages/core/**/*.d.ts' dist && tsc -p packages/core/tsconfig.lib.json --outDir dist",
@@ -35,75 +38,70 @@
"webpack:lint": "cd packages/webpack && eslint -c .eslintrc --ignore-pattern **/node_modules/** --ignore-pattern !packages/webpack/**",
"webpack:test": "cd packages/webpack && npm run tsc && npm run jasmine",
"webpack:build": "cd packages/webpack npm run setup && mkdir -p ../../dist/packages && mv \"$(npm pack | tail -n 1)\" ../../dist/packages/nativescript-webpack.tgz"
},
"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",
"@nrwl/cli": "~10.3.1",
"@nrwl/eslint-plugin-nx": "~10.3.0",
"@nrwl/jest": "~10.3.0",
"@nrwl/node": "~10.3.0",
"@nrwl/workspace": "~10.3.0",
"@nstudio/focus": "~10.3.0",
"@nstudio/nps-i": "~1.1.0",
"@types/chai": "^4.2.11",
"@types/jest": "~26.0.8",
"@types/mocha": "^7.0.2",
"@types/node": "~14.0.22",
"@typescript-eslint/eslint-plugin": "~4.3.0",
"@typescript-eslint/parser": "~4.3.0",
"chai": "^4.2.0",
"conventional-changelog-cli": "^2.0.34",
"copyfiles": "^2.4.0",
},
"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",
"@nrwl/cli": "11.4.0",
"@nrwl/eslint-plugin-nx": "11.4.0",
"@nrwl/jest": "11.4.0",
"@nrwl/node": "11.4.0",
"@nrwl/tao": "11.4.0",
"@nrwl/workspace": "11.4.0",
"@nstudio/focus": "~11.1.0",
"@nstudio/nps-i": "~1.1.0",
"@types/chai": "^4.2.11",
"@types/jest": "~26.0.8",
"@types/mocha": "^7.0.2",
"@types/node": "12.12.38",
"@typescript-eslint/eslint-plugin": "~4.16.0",
"@typescript-eslint/parser": "~4.16.0",
"chai": "^4.2.0",
"conventional-changelog-cli": "^2.1.1",
"copyfiles": "^2.4.0",
"cpy-cli": "^3.1.1",
"css": "^3.0.0",
"css-tree": "^1.0.0-alpha.39",
"dotenv": "~8.2.0",
"eslint": "~7.10.0",
"eslint-config-prettier": "~6.11.0",
"eslint-plugin-prettier": "^3.3.1",
"gonzales": "^1.0.7",
"husky": "^4.2.5",
"jest": "~26.2.2",
"lint-staged": "^10.2.11",
"mocha": "^8.0.1",
"mocha-typescript": "^1.1.17",
"module-alias": "^2.2.2",
"nativescript": "~7.2.0",
"node-sass": "~4.14.1",
"nps": "5.10.0",
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
"parserlib": "^1.1.1",
"prettier": "~2.0.5",
"reduce-css-calc": "~2.1.7",
"rimraf": "3.0.2",
"shady-css-parser": "^0.1.0",
"terser-webpack-plugin": "~3.0.6",
"tree-kill": "^1.2.2",
"ts-jest": "26.4.0",
"ts-node": "~8.10.2",
"ts-patch": "^1.3.1",
"tslib": "2.1.0",
"tslint": "~6.1.3",
"typescript": "~4.0.5",
"webpack": "~4.44.1",
"webpack-cli": "~3.3.12"
},
"husky": {
"hooks": {
"pre-commit": "npx lint-staged"
}
},
"lint-staged": {
"**/*": [
"nx format:write --files"
]
}
"css": "^3.0.0",
"css-tree": "^1.0.0-alpha.39",
"dotenv": "~8.2.0",
"eslint": "~7.21.0",
"eslint-config-prettier": "~8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"gonzales": "^1.0.7",
"husky": "^5.1.3",
"jest": "~26.2.2",
"lint-staged": "^10.5.0",
"mocha": "^8.0.1",
"mocha-typescript": "^1.1.17",
"module-alias": "^2.2.2",
"nativescript": "~7.2.0",
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
"parserlib": "^1.1.1",
"prettier": "~2.2.1",
"reduce-css-calc": "~2.1.7",
"rimraf": "3.0.2",
"sass": "~1.32.8",
"shady-css-parser": "^0.1.0",
"terser-webpack-plugin": "~3.0.6",
"tree-kill": "^1.2.2",
"ts-jest": "26.4.0",
"ts-node": "9.1.1",
"ts-patch": "^1.3.0",
"tslib": "2.1.0",
"tslint": "6.1.3",
"typescript": "~4.0.3",
"webpack": "~4.44.1",
"webpack-cli": "~3.3.12"
},
"lint-staged": {
"**/*": [
"nx format:write --files"
]
}
}