2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-03-05 15:27:34 +08:00
discourse/frontend/asset-processor/package.json
dependabot[bot] ddbd9e9ea7
DEPS: Bump autoprefixer from 10.4.23 to 10.4.27 (#38256)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from
10.4.23 to 10.4.27.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
-
[Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/postcss/autoprefixer/compare/10.4.23...10.4.27)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-04 23:55:01 +01:00

52 lines
1.5 KiB
JSON

{
"name": "asset-processor",
"version": "1.0.0",
"private": true,
"description": "Uses esbuild to create a 'asset processor' bundle for loading into mini-racer",
"author": "Discourse",
"license": "GPL-2.0-only",
"keywords": [],
"scripts": {
"test": "vitest"
},
"dependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/standalone": "^7.28.5",
"@csstools/postcss-light-dark-function": "^2.0.11",
"@rollup/browser": "^4.59.0",
"@rollup/plugin-babel": "^6.1.0",
"abort-controller": "^3.0.0",
"autoprefixer": "^10.4.27",
"babel-plugin-ember-template-compilation": "^3.0.1",
"content-tag": "^4.0.0",
"core-js": "^3.48.0",
"decorator-transforms": "^2.3.1",
"discourse": "workspace:0.0.0",
"discourse-plugins": "workspace:1.0.0",
"ember-cli-htmlbars": "^7.0.0",
"ember-source": "~6.6.0",
"ember-this-fallback": "^0.4.0",
"fastestsmallesttextencoderdecoder": "^1.0.22",
"magic-string": "^0.30.21",
"memfs": "^4.39.0",
"path-browserify": "^1.0.1",
"polyfill-crypto.getrandomvalues": "^1.0.0",
"postcss": "^8.5.6",
"postcss-js": "^5.1.0",
"postcss-media-minmax": "^5.0.0",
"postcss-nesting": "^13.0.2",
"readable-stream": "^4.7.0",
"source-map-js": "^1.2.1",
"terser": "^5.44.1"
},
"engines": {
"node": ">= 20",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": "^10"
},
"devDependencies": {
"vitest": "^4.0.16"
}
}