100 lines
3.6 KiB
JSON
100 lines
3.6 KiB
JSON
{
|
|
"name": "@msb/mf-builder",
|
|
"version": "1.0.0",
|
|
"description": "CLI для сборки модулей с помощью Webpack 5",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"files": ["bin", "lib", "types"],
|
|
"bin": {
|
|
"build-app": "bin/build-app.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && tsc-alias",
|
|
"check-types": "tsc --emitDeclarationOnly"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/code-frame": "7.18.6",
|
|
"@babel/compat-data": "7.21.0",
|
|
"@babel/core": "7.18.6",
|
|
"@babel/generator": "7.21.1",
|
|
"@babel/helper-annotate-as-pure": "7.18.6",
|
|
"@babel/helper-compilation-targets": "7.20.7",
|
|
"@babel/helper-create-class-features-plugin": "7.21.0",
|
|
"@babel/helper-create-regexp-features-plugin": "7.21.0",
|
|
"@babel/helper-environment-visitor": "7.18.9",
|
|
"@babel/helper-function-name": "7.21.0",
|
|
"@babel/helper-member-expression-to-functions": "7.21.0",
|
|
"@babel/helper-module-transforms": "7.21.2",
|
|
"@babel/helper-plugin-utils": "7.20.2",
|
|
"@babel/helper-replace-supers": "7.20.7",
|
|
"@babel/helper-simple-access": "7.20.2",
|
|
"@babel/helper-string-parser": "7.19.4",
|
|
"@babel/helper-validator-identifier": "7.19.1",
|
|
"@babel/helper-validator-option": "7.21.0",
|
|
"@babel/helper-wrap-function": "7.20.5",
|
|
"@babel/helpers": "7.21.0",
|
|
"@babel/highlight": "7.18.6",
|
|
"@babel/parser": "7.21.2",
|
|
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
|
"@babel/plugin-proposal-decorators": "7.21.0",
|
|
"@babel/plugin-proposal-private-property-in-object": "7.21.0",
|
|
"@babel/plugin-syntax-decorators": "7.21.0",
|
|
"@babel/plugin-syntax-jsx": "7.18.6",
|
|
"@babel/plugin-transform-block-scoping": "7.21.0",
|
|
"@babel/plugin-transform-classes": "7.21.0",
|
|
"@babel/plugin-transform-flow-strip-types": "7.21.0",
|
|
"@babel/plugin-transform-for-of": "7.21.0",
|
|
"@babel/plugin-transform-modules-amd": "7.20.11",
|
|
"@babel/plugin-transform-modules-commonjs": "7.21.2",
|
|
"@babel/plugin-transform-object-super": "7.18.6",
|
|
"@babel/plugin-transform-react-jsx": "7.21.0",
|
|
"@babel/plugin-transform-react-jsx-self": "7.21.0",
|
|
"@babel/plugin-transform-typescript": "7.21.0",
|
|
"@babel/preset-env": "7.16.11",
|
|
"@babel/preset-react": "7.9.4",
|
|
"@babel/preset-typescript": "7.21.0",
|
|
"@babel/register": "7.21.0",
|
|
"@babel/runtime": "7.21.0",
|
|
"@babel/template": "7.20.7",
|
|
"@babel/traverse": "7.23.2",
|
|
"@babel/types": "7.21.2",
|
|
"@eco/eslint-config": "^21.10.0",
|
|
"@eco/eslint-plugin": "^21.7.0",
|
|
"@eco/prettier-config": "21.10.0",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
|
|
"@types/dotenv-webpack": "^1.8.0",
|
|
"@types/eslint": "8.21.1",
|
|
"@types/node": "22.3.0",
|
|
"@types/webpack": "5.28.5",
|
|
"@types/yargs": "17.0.33",
|
|
"babel-loader": "8.2.5",
|
|
"babel-plugin-styled-components": "2.0.7",
|
|
"chalk": "5.4.1",
|
|
"circular-dependency-plugin": "5.2.2",
|
|
"clean-webpack-plugin": "4.0.0",
|
|
"copy-webpack-plugin": "10.2.4",
|
|
"cross-env": "7.0.3",
|
|
"css-loader": "6.7.0",
|
|
"css-minimizer-webpack-plugin": "3.4.1",
|
|
"dotenv-webpack": "7.1.0",
|
|
"eslint": "^8.9.0",
|
|
"file-loader": "6.2.0",
|
|
"fork-ts-checker-webpack-plugin": "7.1.0",
|
|
"html-webpack-plugin": "5.6.3",
|
|
"mini-css-extract-plugin": "2.6.0",
|
|
"prettier": "2.5.1",
|
|
"style-loader": "3.3.4",
|
|
"terser-webpack-plugin": "5.2.4",
|
|
"ts-node": "10.9.2",
|
|
"tsc-alias": "1.8.15",
|
|
"typescript": "5.4.5",
|
|
"webpack": "5.97.1",
|
|
"webpack-clean": "1.2.5",
|
|
"webpack-cleanup-plugin": "0.5.1",
|
|
"webpack-cli": "4.10.0",
|
|
"webpack-dev-server": "4.9.2",
|
|
"webpack-merge": "5.10.0",
|
|
"yargs": "17.7.2"
|
|
}
|
|
}
|