mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-09-13 12:14:25 +00:00
* chore(release): v0.23.3 * docs(changelog): sync for v0.23.3 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
43 lines
1 KiB
JSON
43 lines
1 KiB
JSON
{
|
|
"name": "@qwen-code/web-templates",
|
|
"version": "0.23.3",
|
|
"description": "Web templates bundled as embeddable JS/CSS strings",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/QwenLM/qwen-code.git"
|
|
},
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "node build.mjs && tsc --build --clean && tsc",
|
|
"build:templates": "node build.mjs"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@qwen-code/sdk": "file:../sdk-typescript",
|
|
"@qwen-code/web-shell": "file:../web-shell",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"autoprefixer": "^10.4.22",
|
|
"postcss": "^8.5.6",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"tailwindcss": "^3.4.18",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|