utquidem
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
107 lines (106 loc) • 3.26 kB
JSON
{
"name": "@modern-js/webpack",
"description": "The meta-framework suite designed from scratch for frontend-focused modern web development.",
"homepage": "https://modernjs.dev",
"bugs": "https://github.com/modern-js-dev/modern.js/issues",
"repository": "modern-js-dev/modern.js",
"license": "MIT",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"version": "1.5.7",
"jsnext:source": "./src/index.ts",
"types": "./src/index.ts",
"main": "./dist/js/node/index.js",
"module": "./dist/js/treeshaking/index.js",
"jsnext:modern": "./dist/js/modern/index.js",
"exports": {
".": {
"node": {
"jsnext:source": "./src/index.ts",
"import": "./dist/js/modern/index.js",
"require": "./dist/js/node/index.js"
},
"default": "./dist/js/treeshaking/index.js"
}
},
"scripts": {
"prepare": "pnpm build",
"prepublishOnly": "only-allow-pnpm && pnpm build -- --platform",
"new": "modern new",
"build": "modern build",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@babel/core": "7.16.7",
"@babel/runtime": "^7",
"@modern-js/babel-chain": "workspace:^1.2.2",
"@modern-js/babel-preset-app": "workspace:^1.2.7",
"@modern-js/css-config": "workspace:^1.2.4",
"@modern-js/utils": "workspace:^1.6.0",
"@svgr/webpack": "^5.5.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"core-js": "^3",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"css-modules-typescript-loader": "^4.0.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.1",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"json-loader": "^0.5.7",
"markdown-loader": "^6.0.0",
"mini-css-extract-plugin": "~2.4.5",
"node-libs-browser": "^2.2.1",
"postcss": "8.4.5",
"postcss-loader": "^6.1.1",
"regenerator-runtime": "^0.13.9",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.1.4",
"toml-loader": "^1.0.0",
"ts-loader": "^9.2.5",
"tsconfig-paths": "^3.11.0",
"url-loader": "^4.1.1",
"webpack": "^5.71.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-chain": "^6.5.1",
"webpack-manifest-plugin": "^4.0.2",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^5.0.0-3",
"yaml-loader": "^0.6.0"
},
"devDependencies": {
"@modern-js/core": "workspace:*",
"@modern-js/types": "workspace:*",
"@scripts/build": "workspace:*",
"@scripts/jest-config": "workspace:*",
"@types/copy-webpack-plugin": "^8.0.1",
"@types/css-minimizer-webpack-plugin": "^3.0.2",
"@types/jest": "^26",
"@types/mini-css-extract-plugin": "~2.2.0",
"@types/node": "^14",
"@types/react": "^17",
"@types/react-dom": "^17",
"@types/webpack-bundle-analyzer": "^4.4.1",
"@types/webpack-node-externals": "^2.5.2",
"jest": "^27",
"tapable": "^2.2.1",
"typescript": "^4"
},
"sideEffects": false,
"modernConfig": {
"output": {
"packageMode": "node-js"
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"types": "./dist/types/index.d.ts"
}
}