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-04-04 05:47:13 +08:00
|
|
|
"@babel/standalone": "^7.24.4",
|
2023-10-02 18:36:06 +08:00
|
|
|
"@zxing/text-encoding": "^0.9.0",
|
2024-04-18 22:51:54 +08:00
|
|
|
"babel-plugin-ember-template-compilation": "^2.2.2",
|
2024-02-02 20:33:29 +08:00
|
|
|
"content-tag": "^2.0.1",
|
2023-10-02 18:36:06 +08:00
|
|
|
"discourse-common": "1.0.0",
|
|
|
|
"discourse-widget-hbs": "1.0.0",
|
|
|
|
"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-04-04 05:47:05 +08:00
|
|
|
"terser": "^5.30.3"
|
2023-10-02 18:36:06 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-02-27 17:48:30 +08:00
|
|
|
"node": ">= 18",
|
2023-10-02 18:36:06 +08:00
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
|
|
|
}
|
|
|
|
}
|