asdflkfjkadslghuier
Version:
Player for animated stickers
87 lines (86 loc) • 2.16 kB
JSON
{
"name": "asdflkfjkadslghuier",
"version": "0.2.1",
"description": "Player for animated stickers",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"cleanUp": "rimraf dist",
"build": "npm run cleanUp && rollup -c",
"build:tsc": "tsc",
"build:tsdx": "tsdx build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arrastia/react-animated-player.git"
},
"keywords": [
"player",
"sticker",
"react-animated-stickers",
"stickers",
"react-player"
],
"author": "Arrastia",
"license": "MIT",
"bugs": {
"url": "https://github.com/arrastia/react-animated-player/issues"
},
"homepage": "https://github.com/arrastia/react-animated-player#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.1.0",
"@rollup/plugin-wasm": "^6.0.1",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.27.0",
"eslint-plugin-react": "^7.31.10",
"react": "^18.2.0",
"rimraf": "^3.0.2",
"rollup": "^3.5.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-typescript2": "^0.34.1",
"tsdx": "^0.14.1",
"typescript": "^4.9.3"
},
"bundlesize": [
{
"path": "./dist/size-rollup-motion.js",
"maxSize": "28.9 kB"
},
{
"path": "./dist/size-rollup-m.js",
"maxSize": "4.7 kB"
},
{
"path": "./dist/size-rollup-dom-animation.js",
"maxSize": "14.13 kB"
},
{
"path": "./dist/size-rollup-dom-max.js",
"maxSize": "24.9 kB"
},
{
"path": "./dist/size-webpack-m.js",
"maxSize": "4.9 kB"
},
{
"path": "./dist/size-webpack-dom-animation.js",
"maxSize": "18.4 kB"
},
{
"path": "./dist/size-webpack-dom-max.js",
"maxSize": "30kB"
}
]
}