Files
NativeScript/packages/webpack5/package.json
2025-08-28 16:11:32 -07:00

84 lines
2.2 KiB
JSON

{
"name": "@nativescript/webpack",
"version": "5.0.25-alpha.1",
"private": false,
"main": "dist/index.js",
"files": [
"dist"
],
"bin": {
"nativescript-webpack": "dist/bin/index.js"
},
"license": "Apache-2.0",
"scripts": {
"test": "jest",
"copy-stubs": "mkdirp dist/stubs && cp -R src/stubs/* dist/stubs",
"prepack": "npm run test && npm run build && npm run copy-stubs && chmod +x dist/bin/index.js"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "~0.6.1",
"@vue/compiler-sfc": "^3.5.17",
"acorn": "^8.0.0",
"acorn-stage3": "^4.0.0",
"ansi-colors": "^4.1.3",
"babel-loader": "^10.0.0",
"cli-highlight": "^2.0.0",
"commander": "^14.0.0",
"copy-webpack-plugin": "^13.0.0",
"css": "^3.0.0",
"css-loader": "^7.0.0",
"dotenv-webpack": "^8.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"loader-utils": "^2.0.0 || ^3.0.0",
"lodash.get": "^4.0.0",
"micromatch": "^4.0.0",
"postcss": "^8.0.0",
"postcss-import": "^16.0.0",
"postcss-loader": "^8.0.0",
"raw-loader": "^4.0.0",
"react-refresh": "~0.17.0",
"sass": "^1.0.0",
"sass-loader": "^16.0.0",
"sax": "^1.0.0",
"semver": "^7.0.0 || ^6.0.0",
"source-map": "^0.7.0",
"terser-webpack-plugin": "^5.0.0",
"ts-dedent": "^2.0.0",
"ts-loader": "^9.0.0",
"vue-loader": "^17.4.2",
"webpack": "^5.30.0 <= 5.50.0 || ^5.51.2",
"webpack-bundle-analyzer": "^4.0.0",
"webpack-chain": "^6.0.0",
"webpack-cli": "^6.0.0",
"webpack-merge": "^6.0.0",
"webpack-virtual-modules": "^0.4.0"
},
"devDependencies": {
"@angular/compiler-cli": "^20.0.0",
"@angular-devkit/build-angular": "^20.0.0",
"@babel/helpers": ">=7.26.10",
"@types/css": "0.0.38",
"@types/jest": "29.5.4",
"@types/loader-utils": "2.0.6",
"@types/lodash.get": "4.4.9",
"@types/micromatch": "4.0.9",
"@types/sax": "1.2.7",
"@types/terser-webpack-plugin": "5.2.0",
"@types/webpack-virtual-modules": "0.4.2",
"jest": "~29.7.0",
"jest-matcher-utils": "~29.7.0",
"nativescript-vue-template-compiler": "2.9.3",
"ts-jest": "29.4.0",
"typescript": "~5.8.0"
},
"peerDependencies": {
"nativescript-vue-template-compiler": "^2.8.1"
},
"peerDependenciesMeta": {
"nativescript-vue-template-compiler": {
"optional": true
}
}
}