react-animated-player
Version:
The easiest way of bringing animated stickers to your websites
51 lines (50 loc) • 1.33 kB
JSON
{
"name": "react-animated-player",
"version": "0.0.0-beta.last-5",
"description": "The easiest way of bringing animated stickers to your websites",
"author": "Arrastia",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"player",
"react-animated-stickers",
"animation",
"stickers",
"motion",
"graphics"
],
"scripts": {
"cleanUp": "rimraf dist",
"build": "npm run cleanUp && rollup -c",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.1.0",
"@types/node": "^18.11.10",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.29.0",
"eslint-plugin-react": "^7.31.11",
"react": "^18.2.0",
"recoil": "^0.7.6",
"rimraf": "^3.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arrastia/react-animated-player.git"
},
"bugs": {
"url": "https://github.com/arrastia/react-animated-player/issues"
}
}