@aigamo/nostalgic-diva
Version:
React function components for imperatively controlling embedded players (audio, Niconico, SoundCloud and YouTube) using refs.
79 lines (78 loc) • 1.96 kB
JSON
{
"name": "@aigamo/nostalgic-diva",
"version": "1.15.0-rc.1",
"type": "module",
"scripts": {
"clean": "rimraf ./dist",
"dev": "vite",
"build": "npm run clean && tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"typescript": "^5.4.3",
"vite": "^7.1.5",
"vite-plugin-dts": "^2.3.0"
},
"peerDependencies": {
"react": "^17 || ^18",
"react-dom": "^17 || ^18"
},
"files": [
"dist"
],
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.es.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs.js"
}
}
},
"description": "React function components for imperatively controlling embedded players (audio, Niconico, SoundCloud and YouTube) using refs.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ycanardeau/nostalgic-diva.git"
},
"keywords": [
"react",
"player",
"audio",
"dailymotion",
"niconico",
"soundcloud",
"twitch",
"vimeo",
"youtube"
],
"author": "Aigamo <51428094+ycanardeau@users.noreply.github.com>",
"bugs": {
"url": "https://github.com/ycanardeau/nostalgic-diva/issues"
}
}