UNPKG

react-aplayer-2.0

Version:
59 lines (58 loc) 1.59 kB
{ "name": "react-aplayer-2.0", "version": "2.0.0", "main": "dist/react-aplayer.min.js", "author": "Nikaidou Haruki <haruki@plr.moe>", "maintainers": [ { "name": "Sabrina Luo", "email": "luohaojing@gmail.com" } ], "homepage": "https://sabrinaluo.github.io/react-aplayer", "description": "A React wrapper component of APlayer", "keywords": [ "aplayer", "player", "music", "audio", "react-aplayer" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/haruki-nikaidou/react-aplayer-2.0" }, "bugs": { "url": "https://github.com/haruki-nikaidou/react-aplayer-2.0/issues" }, "dependencies": { "aplayer": "^1.10.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.2.28", "@types/react-dom": "^18.2.13", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", "css-loader": "^6.8.1", "eslint": "^8.51.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.33.2", "html-webpack-plugin": "^5.5.3", "prettier": "^3.0.3", "style-loader": "^3.3.3", "ts-loader": "^9.5.0", "typescript": "^5.2.2", "webpack": "^5.89.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1" }, "scripts": { "start": "webpack-dev-server --mode development", "build": "webpack --mode production", "deploy": "webpack --mode production && gh-pages -d build", "prettier": "prettier --write \"src/**/*.{ts,tsx,css,json}\" \"*.js\"" } }