{
	"name": "@applemusic-like-lyrics/react-full",
	"version": "0.3.2",
	"description": "AMLL 组件库的 React 绑定，但是更加完备且高度灵活",
	"repository": {
		"url": "https://github.com/amll-dev/applemusic-like-lyrics.git",
		"directory": "packages/react-full",
		"type": "git"
	},
	"license": "GPL-3.0",
	"type": "module",
	"main": "./dist/amll-react-framework.cjs",
	"module": "./dist/amll-react-framework.mjs",
	"typings": "./dist/amll-react-framework.d.mts",
	"style": "./dist/style.css",
	"exports": {
		".": {
			"import": {
				"types": "./dist/amll-react-framework.d.mts",
				"default": "./dist/amll-react-framework.mjs"
			},
			"require": {
				"types": "./dist/amll-react-framework.d.cts",
				"default": "./dist/amll-react-framework.cjs"
			}
		},
		"./style.css": {
			"import": "./dist/style.css",
			"require": "./dist/style.css"
		}
	},
	"sideEffects": [
		"*.css"
	],
	"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-full:dev"
	},
	"dependencies": {
		"@applemusic-like-lyrics/core": "^0.4.1",
		"@applemusic-like-lyrics/react": "^0.4.1",
		"@ungap/structured-clone": "^1.3.0",
		"classnames": "^2.5.1",
		"corner-smoothing": "^0.1.5",
		"framer-motion": "^12.38.0",
		"react-toastify": "^11.0.5"
	},
	"peerDependencies": {
		"jotai": "^2",
		"react": "^19",
		"react-dom": "^19"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.4.8",
		"@rolldown/plugin-babel": "^0.2.3",
		"@svgr/core": "^8.1.0",
		"@svgr/plugin-jsx": "^8.1.0",
		"@tsdown/css": "^0.21.9",
		"@types/react": "^19.2.14",
		"@types/react-dom": "^19.2.3",
		"@types/ungap__structured-clone": "^1.2.0",
		"babel-plugin-react-compiler": "^1.0.0",
		"jotai-babel": "^0.1.0",
		"react-compiler-runtime": "^1.0.0",
		"tsdown": "^0.21.9",
		"typedoc": "^0.28.18",
		"typedoc-plugin-markdown": "^4.11.0"
	}
}
