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