mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-23 20:04:04 +08:00
Followup to 087e8e4bdb
- Fixes the variable-prefixer so it doesn't explode when the input is
unparseable
- Add URL polyfills so that postcss can print its errors properly
- Catch postcss errors in the same way as sass errors
37 lines
1.1 KiB
JSON
Vendored
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.26.9",
|
|
"@csstools/postcss-light-dark-function": "^2.0.7",
|
|
"@zxing/text-encoding": "^0.9.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"babel-plugin-ember-template-compilation": "^2.3.0",
|
|
"content-tag": "^3.1.1",
|
|
"core-js": "^3.40.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",
|
|
"handlebars": "^4.7.8",
|
|
"path-browserify": "^1.0.1",
|
|
"polyfill-crypto.getrandomvalues": "^1.0.0",
|
|
"postcss": "^8.5.3",
|
|
"postcss-js": "^4.0.1",
|
|
"source-map-js": "^1.2.1",
|
|
"terser": "^5.39.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18",
|
|
"npm": "please-use-pnpm",
|
|
"yarn": "please-use-pnpm",
|
|
"pnpm": "^9"
|
|
}
|
|
}
|