mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-07 19:35:34 +08:00
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 6.0.4 to 6.1.0. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/url-v6.1.0/packages/babel) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Discourse CI <ci@ci.invalid>
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "theme-transpiler",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Uses esbuild to create a 'theme transpiler' bundle for loading into mini-racer",
|
|
"author": "Discourse",
|
|
"license": "GPL-2.0-only",
|
|
"keywords": [],
|
|
"scripts": {
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.28.4",
|
|
"@babel/preset-env": "^7.28.3",
|
|
"@babel/standalone": "^7.28.4",
|
|
"@csstools/postcss-light-dark-function": "^2.0.11",
|
|
"@rollup/browser": "^4.52.4",
|
|
"@rollup/plugin-babel": "^6.1.0",
|
|
"abort-controller": "^3.0.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"babel-plugin-ember-template-compilation": "^3.0.1",
|
|
"content-tag": "^4.0.0",
|
|
"core-js": "^3.46.0",
|
|
"decorator-transforms": "^2.3.0",
|
|
"discourse": "workspace:0.0.0",
|
|
"discourse-plugins": "workspace:1.0.0",
|
|
"discourse-widget-hbs": "workspace:1.0.0",
|
|
"ember-cli-htmlbars": "^6.3.0",
|
|
"ember-source": "~6.6.0",
|
|
"ember-this-fallback": "^0.4.0",
|
|
"fastestsmallesttextencoderdecoder": "^1.0.22",
|
|
"magic-string": "^0.30.19",
|
|
"memfs": "^4.39.0",
|
|
"path-browserify": "^1.0.1",
|
|
"polyfill-crypto.getrandomvalues": "^1.0.0",
|
|
"postcss": "^8.5.6",
|
|
"postcss-js": "^5.0.1",
|
|
"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.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18",
|
|
"npm": "please-use-pnpm",
|
|
"yarn": "please-use-pnpm",
|
|
"pnpm": "^9"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|