@lordicon/element
Version:
This package offers developers a convenient method for embedding, controlling, and customizing animated icons from Lordicon within web projects.
40 lines • 1.28 kB
JSON
{
"name": "@lordicon/element",
"version": "2.2.0",
"description": "This package offers developers a convenient method for embedding, controlling, and customizing animated icons from Lordicon within web projects.",
"repository": "https://github.com/lordicondev/player-element",
"homepage": "https://lordicon.com/",
"keywords": [
"lordicon",
"lottie",
"icon",
"animation"
],
"author": "Lordicon <dev@lordicon.com>",
"license": "MIT",
"private": false,
"sideEffects": false,
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "vite --config vite-examples.config.ts",
"release": "vite build --config vite-release.config.ts",
"build": "vite build",
"prepack": "npm run build"
},
"dependencies": {
"@lordicon/web": "^1.0.1"
},
"devDependencies": {
"vite": "^8.0.8",
"vite-plugin-dts": "^4.5.4",
"eslint-config-prettier": "^10.1.8",
"eslint": "^10.2.0",
"prettier": "^3.8.2",
"typescript": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.58.1",
"@typescript-eslint/parser": "^8.58.1",
"@types/node": "^22.13.13"
}
}