Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
{
"name": "@automattic/calypso-build",
"version": "10.0.0",
"description": "Shared Calypso build configuration files.",
"keywords": [
"babel",
"build",
"bundle",
"compile",
"config",
"webpack",
"wordpress"
],
"author": "Automattic Inc.",
"homepage": "https://github.com/Automattic/wp-calypso",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/Automattic/wp-calypso.git",
"directory": "packages/calypso-build"
},
"publishConfig": {
"access": "public"
},
"bugs": "https://github.com/Automattic/wp-calypso/issues",
"bin": {
"build-app-languages": "./bin/build-app-languages.js",
"calypso-build": "./bin/calypso-build.js",
"copy-assets": "./bin/copy-assets.js",
"transpile": "./bin/transpile.js"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"types": "./typings/calypso-assets/index.d.ts",
"dependencies": {
"@automattic/calypso-babel-config": "workspace:^",
"@automattic/languages": "workspace:^",
"@automattic/webpack-rtl-plugin": "workspace:^",
"@babel/compat-data": "^7.27.2",
"@babel/core": "^7.27.1",
"@swc/core": "^1.11.24",
"@types/webpack-env": "^1.18.8",
"@wordpress/browserslist-config": "^6.23.0",
"@wordpress/dependency-extraction-webpack-plugin": "^6.24.0",
"autoprefixer": "^10.4.21",
"babel-loader": "^8.2.3",
"browserslist": "^4.24.5",
"css-loader": "^6.11.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.6.2",
"postcss-custom-properties": "^12.1.11",
"postcss-loader": "^6.2.1",
"recursive-copy": "^2.0.14",
"sass": "1.54.0",
"sass-loader": "^13.3.3",
"semver": "^7.7.2",
"stream-browserify": "^3.0.0",
"terser-webpack-plugin": "^5.3.14",
"thread-loader": "^3.0.4",
"typescript": "^5.8.3",
"webpack-cli": "^4.10.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@automattic/calypso-eslint-overrides": "workspace:^",
"@automattic/calypso-typescript-config": "workspace:^",
"gettext-parser": "^6.0.0"
},
"peerDependencies": {
"postcss": "^8.5.3",
"webpack": "^5.99.8"
}
}