Files
NativeScript/packages/webpack5/package.json
2021-06-02 11:51:25 +02:00

80 lines
2.0 KiB
JSON

{
"name": "@nativescript/webpack",
"version": "5.0.0-beta.5",
"private": false,
"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",
"copy-stubs": "mkdirp dist/stubs && cp -R src/stubs/* dist/stubs",
"prepack": "npm test && npm run build && npm run copy-stubs && chmod +x dist/bin/index.js"
},
"dependencies": {
"@babel/core": "7.14.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"acorn": "^8.3.0",
"acorn-stage3": "^4.0.0",
"babel-loader": "8.2.2",
"chalk": "4.1.1",
"cli-highlight": "2.1.11",
"commander": "7.2.0",
"copy-webpack-plugin": "9.0.0",
"css": "3.0.0",
"css-loader": "5.2.6",
"dotenv-webpack": "7.0.2",
"fork-ts-checker-webpack-plugin": "6.2.10",
"loader-utils": "2.0.0",
"lodash.get": "4.4.2",
"micromatch": "4.0.4",
"postcss": "8.3.0",
"postcss-import": "14.0.2",
"postcss-loader": "5.3.0",
"raw-loader": "4.0.2",
"react-refresh": "0.10.0",
"sass": "1.34.0",
"sass-loader": "12.0.0",
"sax": "1.2.4",
"source-map": "0.7.3",
"terser-webpack-plugin": "5.1.3",
"ts-dedent": "2.1.1",
"ts-loader": "9.2.2",
"vue-loader": "15.9.7",
"webpack": "^5.38.1",
"webpack-bundle-analyzer": "4.4.2",
"webpack-chain": "6.5.1",
"webpack-cli": "^4.7.0",
"webpack-merge": "5.7.3",
"webpack-virtual-modules": "0.4.3"
},
"devDependencies": {
"@types/css": "0.0.31",
"@types/jest": "26.0.23",
"@types/loader-utils": "2.0.2",
"@types/lodash.get": "4.4.6",
"@types/micromatch": "4.0.1",
"@types/sax": "1.2.1",
"@types/terser-webpack-plugin": "5.0.3",
"@types/webpack-virtual-modules": "0.1.1",
"jest": "27.0.3",
"jest-matcher-utils": "27.0.2",
"nativescript-vue-template-compiler": "2.9.0",
"ts-jest": "27.0.2",
"typescript": "4.3.2"
},
"peerDependencies": {
"nativescript-vue-template-compiler": "^2.8.1"
},
"peerDependenciesMeta": {
"nativescript-vue-template-compiler": {
"optional": true
}
}
}