2023-10-02 18:36:06 +08: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-10-31 06:22:37 +08:00
|
|
|
"@babel/standalone": "^7.26.2",
|
2023-10-02 18:36:06 +08:00
|
|
|
"@zxing/text-encoding": "^0.9.0",
|
2024-09-10 15:45:56 +08:00
|
|
|
"babel-plugin-ember-template-compilation": "^2.3.0",
|
2024-10-03 18:45:11 +08:00
|
|
|
"content-tag": "^2.0.2",
|
2024-10-10 16:02:16 +08:00
|
|
|
"decorator-transforms": "^2.2.2",
|
2024-09-03 17:51:07 +08:00
|
|
|
"discourse-common": "workspace:1.0.0",
|
|
|
|
"discourse-widget-hbs": "workspace:1.0.0",
|
2023-10-02 18:36:06 +08:00
|
|
|
"ember-cli-htmlbars": "^6.3.0",
|
2024-01-11 01:30:50 +08:00
|
|
|
"ember-source": "~5.5.0",
|
2023-10-18 17:56:35 +08:00
|
|
|
"ember-this-fallback": "^0.4.0",
|
2023-10-02 18:36:06 +08:00
|
|
|
"handlebars": "^4.7.8",
|
|
|
|
"path-browserify": "^1.0.1",
|
|
|
|
"polyfill-crypto.getrandomvalues": "^1.0.0",
|
2024-10-17 05:41:58 +08:00
|
|
|
"terser": "^5.36.0"
|
2023-10-02 18:36:06 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-02-27 17:48:30 +08:00
|
|
|
"node": ">= 18",
|
2024-09-03 17:51:07 +08:00
|
|
|
"npm": "please-use-pnpm",
|
|
|
|
"yarn": "please-use-pnpm",
|
2024-09-05 03:14:13 +08:00
|
|
|
"pnpm": ">= 9"
|
|
|
|
}
|
2023-10-02 18:36:06 +08:00
|
|
|
}
|