Files
NativeScript/packages/webpack5/package.json
2021-03-02 20:23:04 -08:00

70 lines
1.8 KiB
JSON

{
"name": "@nativescript/webpack",
"version": "4.0.0-dev",
"private": true,
"main": "dist/index.js",
"files": [
"dist"
],
"bin": {
"nativescript-webpack": "dist/bin/index.js"
},
"license": "Apache-2.0",
"scripts": {
"build": "tsc --project tsconfig.build.json",
"test": "jest",
"prepack": "npm run build && cp -R src/stubs dist/stubs && chmod +x dist/bin/index.js"
},
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/sax": "^1.2.1",
"babel-loader": "^8.2.1",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"cli-highlight": "^2.1.8",
"commander": "^6.2.0",
"copy-webpack-plugin": "^6.3.2",
"css": "^3.0.0",
"css-loader": "^5.0.1",
"fork-ts-checker-webpack-plugin": "^6.0.3",
"loader-utils": "^2.0.0",
"micromatch": "^4.0.2",
"raw-loader": "^4.0.2",
"react-refresh": "^0.9.0",
"sass": "^1.29.0",
"sass-loader": "^10.1.0",
"sax": "^1.2.4",
"source-map": "^0.7.3",
"svelte-native-preprocessor": "^0.2.0",
"terser-webpack-plugin": "^5.0.3",
"ts-dedent": "^2.0.0",
"ts-loader": "^8.0.11",
"vue-loader": "^15.9.5",
"webpack": "^5.6.0",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.2.0",
"webpack-merge": "^5.4.0",
"webpack-virtual-modules": "^0.4.1",
"worker-plugin": "^5.0.0"
},
"devDependencies": {
"@types/css": "^0.0.31",
"@types/jest": "^26.0.15",
"@types/loader-utils": "^2.0.1",
"@types/micromatch": "^4.0.1",
"@types/terser-webpack-plugin": "^5.0.2",
"@types/webpack-virtual-modules": "^0.1.0",
"jest": "^26.6.3",
"jest-matcher-utils": "^26.6.2",
"memfs": "^3.2.0",
"nativescript-vue-template-compiler": "^2.8.2",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2",
"unionfs": "^4.4.0"
},
"peerDependencies": {
"nativescript-vue-template-compiler": "^2.8.1"
}
}