discourse/app/assets/javascripts/theme-transpiler/package.json
David Taylor d213cd1b00
DEV: Refactor content-tag usage in theme-transpiler, and upgrade (#32684)
This strategy allows us to synchronously init the wasm, without needing
a patch on the npm package

---------

Co-authored-by: Jarek Radosz <jarek@cvx.dev>
2025-05-12 17:54:48 +01:00

37 lines
1.1 KiB
JSON
Vendored

{
"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": [],
"dependencies": {
"@babel/standalone": "^7.27.2",
"@csstools/postcss-light-dark-function": "^2.0.8",
"autoprefixer": "^10.4.21",
"babel-plugin-ember-template-compilation": "^2.4.1",
"content-tag": "^4.0.0",
"core-js": "^3.42.0",
"decorator-transforms": "^2.3.0",
"discourse": "workspace:0.0.0",
"discourse-widget-hbs": "workspace:1.0.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-source": "~5.12.0",
"ember-this-fallback": "^0.4.0",
"fastestsmallesttextencoderdecoder": "^1.0.22",
"path-browserify": "^1.0.1",
"polyfill-crypto.getrandomvalues": "^1.0.0",
"postcss": "^8.5.3",
"postcss-js": "^4.0.1",
"postcss-media-minmax": "^5.0.0",
"source-map-js": "^1.2.1",
"terser": "^5.39.0"
},
"engines": {
"node": ">= 18",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": "^9"
}
}