mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 01:43:14 +08:00
chore: cleanup
This commit is contained in:
@ -30,12 +30,6 @@
|
||||
"forDevice": false,
|
||||
"prepare": false
|
||||
},
|
||||
"defaultConfiguration": "main",
|
||||
"configurations": {
|
||||
"main": {
|
||||
"flags": "--env.commonjs"
|
||||
}
|
||||
},
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"prepare": {
|
||||
|
74
package-lock.json
generated
74
package-lock.json
generated
@ -17,7 +17,7 @@
|
||||
"@csstools/css-color-parser": "^3.0.8",
|
||||
"@csstools/css-parser-algorithms": "^3.0.4",
|
||||
"@csstools/css-tokenizer": "^3.0.3",
|
||||
"@nativescript/hook": "^3.0.1",
|
||||
"@nativescript/hook": "^3.0.0",
|
||||
"@nativescript/nx": "^21.0.0",
|
||||
"@nstudio/focus": "^20.0.2",
|
||||
"@nstudio/nps-i": "~2.0.0",
|
||||
@ -65,7 +65,7 @@
|
||||
"lint-staged": "^15.2.0",
|
||||
"loader-utils": "^2.0.0 || ^3.0.0",
|
||||
"module-alias": "^2.2.2",
|
||||
"nativescript": "^9.0.0-alpha.0",
|
||||
"nativescript": "^9.0.0-alpha.3",
|
||||
"nativescript-typedoc-theme": "1.1.0",
|
||||
"nx": "21.3.7",
|
||||
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
|
||||
@ -75,7 +75,6 @@
|
||||
"postcss-loader": "^8.0.0",
|
||||
"prettier": "^3.2.5",
|
||||
"sass": "^1.72.0",
|
||||
"sass-loader": "^16.0.5",
|
||||
"shady-css-parser": "^0.1.0",
|
||||
"terser-webpack-plugin": "^5.0.0",
|
||||
"tree-kill": "^1.2.2",
|
||||
@ -10545,14 +10544,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/axios": {
|
||||
"version": "1.7.9",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
|
||||
"integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
|
||||
"version": "1.11.0",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
|
||||
"integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.6",
|
||||
"form-data": "^4.0.0",
|
||||
"form-data": "^4.0.4",
|
||||
"proxy-from-env": "^1.1.0"
|
||||
}
|
||||
},
|
||||
@ -20478,9 +20477,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/nativescript": {
|
||||
"version": "9.0.0-alpha.0",
|
||||
"resolved": "https://registry.npmjs.org/nativescript/-/nativescript-9.0.0-alpha.0.tgz",
|
||||
"integrity": "sha512-MbkRXy1Ee/gRHAM17K56pqt/hux6STlH1PB29lshY70VKeltgLM5UP1xOwom6MNBmYODXyRipDx50wlBQ4DGQg==",
|
||||
"version": "9.0.0-alpha.3",
|
||||
"resolved": "https://registry.npmjs.org/nativescript/-/nativescript-9.0.0-alpha.3.tgz",
|
||||
"integrity": "sha512-iz22aNVKFhWBDjjjF2AoEgQRKdNeA+kx+T8bX5HymdypHoEhIPEoU85RzZgAq5U6BjQyz9Lw4HCnyRwR7ZzJxg==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
@ -20492,7 +20491,7 @@
|
||||
"@rigor789/trapezedev-project": "7.1.2",
|
||||
"ansi-colors": "^4.1.3",
|
||||
"archiver": "^7.0.1",
|
||||
"axios": "1.7.9",
|
||||
"axios": "1.11.0",
|
||||
"byline": "5.0.0",
|
||||
"chalk": "4.1.2",
|
||||
"chokidar": "4.0.3",
|
||||
@ -21588,18 +21587,6 @@
|
||||
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
||||
}
|
||||
},
|
||||
"node_modules/nx/node_modules/axios": {
|
||||
"version": "1.10.0",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz",
|
||||
"integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.6",
|
||||
"form-data": "^4.0.0",
|
||||
"proxy-from-env": "^1.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/nx/node_modules/chalk": {
|
||||
"version": "4.1.2",
|
||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
||||
@ -24241,47 +24228,6 @@
|
||||
"@parcel/watcher": "^2.4.1"
|
||||
}
|
||||
},
|
||||
"node_modules/sass-loader": {
|
||||
"version": "16.0.5",
|
||||
"resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.5.tgz",
|
||||
"integrity": "sha512-oL+CMBXrj6BZ/zOq4os+UECPL+bWqt6OAC6DWS8Ln8GZRcMDjlJ4JC3FBDuHJdYaFWIdKNIBYmtZtK2MaMkNIw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"neo-async": "^2.6.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 18.12.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/webpack"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@rspack/core": "0.x || 1.x",
|
||||
"node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
|
||||
"sass": "^1.3.0",
|
||||
"sass-embedded": "*",
|
||||
"webpack": "^5.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@rspack/core": {
|
||||
"optional": true
|
||||
},
|
||||
"node-sass": {
|
||||
"optional": true
|
||||
},
|
||||
"sass": {
|
||||
"optional": true
|
||||
},
|
||||
"sass-embedded": {
|
||||
"optional": true
|
||||
},
|
||||
"webpack": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/sass/node_modules/chokidar": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz",
|
||||
|
Reference in New Issue
Block a user