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": {
|
2023-12-12 05:50:33 +08:00
|
|
|
"@babel/standalone": "^7.23.6",
|
2023-10-02 18:36:06 +08:00
|
|
|
"@zxing/text-encoding": "^0.9.0",
|
2023-11-03 02:21:37 +08:00
|
|
|
"babel-plugin-ember-template-compilation": "^2.2.1",
|
2023-12-19 15:58:23 +08:00
|
|
|
"content-tag": "^1.2.2",
|
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",
|
|
|
|
"ember-source": "~3.28.12",
|
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",
|
2023-12-08 06:16:14 +08:00
|
|
|
"terser": "^5.26.0"
|
2023-10-02 18:36:06 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "16.* || >= 18",
|
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
|
|
|
}
|
|
|
|
}
|