mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-20 23:35:06 +08:00
74 lines
1.7 KiB
JSON
74 lines
1.7 KiB
JSON
|
|
{
|
||
|
|
"name": "@applemusic-like-lyrics/react",
|
||
|
|
"version": "0.5.1",
|
||
|
|
"description": "AMLL 组件库的 React 绑定",
|
||
|
|
"repository": {
|
||
|
|
"url": "https://github.com/amll-dev/applemusic-like-lyrics.git",
|
||
|
|
"directory": "packages/react",
|
||
|
|
"type": "git"
|
||
|
|
},
|
||
|
|
"license": "AGPL-3.0-only",
|
||
|
|
"nx": {
|
||
|
|
"tags": [
|
||
|
|
"library"
|
||
|
|
],
|
||
|
|
"targets": {
|
||
|
|
"nx-release-publish": {
|
||
|
|
"executor": "@nx/js:release-publish",
|
||
|
|
"dependsOn": []
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"type": "module",
|
||
|
|
"files": [
|
||
|
|
"dist"
|
||
|
|
],
|
||
|
|
"scripts": {
|
||
|
|
"build:docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts",
|
||
|
|
"typecheck": "tsgo -b",
|
||
|
|
"build-only": "tsdown",
|
||
|
|
"build": "run-p typecheck \"build-only {@}\" --",
|
||
|
|
"build:dev": "tsdown",
|
||
|
|
"fmt": "biome format --write ./src",
|
||
|
|
"dev": "nx run @applemusic-like-lyrics/playground-react:dev"
|
||
|
|
},
|
||
|
|
"main": "./dist/amll-react.cjs",
|
||
|
|
"module": "./dist/amll-react.mjs",
|
||
|
|
"typings": "./dist/amll-react.d.mts",
|
||
|
|
"exports": {
|
||
|
|
".": {
|
||
|
|
"import": {
|
||
|
|
"types": "./dist/amll-react.d.mts",
|
||
|
|
"default": "./dist/amll-react.mjs"
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"types": "./dist/amll-react.d.cts",
|
||
|
|
"default": "./dist/amll-react.cjs"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@biomejs/biome": "catalog:",
|
||
|
|
"@types/react": "catalog:",
|
||
|
|
"@types/react-dom": "catalog:",
|
||
|
|
"react": "catalog:",
|
||
|
|
"react-dom": "catalog:",
|
||
|
|
"tsdown": "catalog:",
|
||
|
|
"typedoc": "catalog:",
|
||
|
|
"typedoc-plugin-markdown": "catalog:"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@applemusic-like-lyrics/core": "workspace:^"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"@pixi/app": "*",
|
||
|
|
"@pixi/core": "*",
|
||
|
|
"@pixi/display": "*",
|
||
|
|
"@pixi/filter-blur": "*",
|
||
|
|
"@pixi/filter-color-matrix": "*",
|
||
|
|
"@pixi/sprite": "*",
|
||
|
|
"react": "*",
|
||
|
|
"react-dom": "*"
|
||
|
|
}
|
||
|
|
}
|