2023-10-02 12:36:06 +02:00
|
|
|
{
|
|
|
|
"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": {
|
2024-12-05 23:14:58 +01:00
|
|
|
"@babel/standalone": "^7.26.4",
|
2023-10-02 12:36:06 +02:00
|
|
|
"@zxing/text-encoding": "^0.9.0",
|
2024-09-10 09:45:56 +02:00
|
|
|
"babel-plugin-ember-template-compilation": "^2.3.0",
|
2024-12-18 12:59:27 +01:00
|
|
|
"content-tag": "^3.1.0",
|
2024-12-02 01:04:20 +01:00
|
|
|
"decorator-transforms": "^2.3.0",
|
2024-09-03 10:51:07 +01:00
|
|
|
"discourse-common": "workspace:1.0.0",
|
|
|
|
"discourse-widget-hbs": "workspace:1.0.0",
|
2023-10-02 12:36:06 +02:00
|
|
|
"ember-cli-htmlbars": "^6.3.0",
|
2024-12-11 11:09:25 -03:00
|
|
|
"ember-source": "~5.12.0",
|
2023-10-18 10:56:35 +01:00
|
|
|
"ember-this-fallback": "^0.4.0",
|
2023-10-02 12:36:06 +02:00
|
|
|
"handlebars": "^4.7.8",
|
|
|
|
"path-browserify": "^1.0.1",
|
|
|
|
"polyfill-crypto.getrandomvalues": "^1.0.0",
|
2024-12-05 23:18:45 +01:00
|
|
|
"terser": "^5.37.0"
|
2023-10-02 12:36:06 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-02-27 10:48:30 +01:00
|
|
|
"node": ">= 18",
|
2024-09-03 10:51:07 +01:00
|
|
|
"npm": "please-use-pnpm",
|
|
|
|
"yarn": "please-use-pnpm",
|
2024-09-04 21:14:13 +02:00
|
|
|
"pnpm": ">= 9"
|
|
|
|
}
|
2023-10-02 12:36:06 +02:00
|
|
|
}
|