optimall-icons
Version:
Biblioteca de ícones do Optimall
46 lines (45 loc) • 965 B
JSON
{
"name": "optimall-icons",
"version": "1.0.13",
"description": "Biblioteca de ícones do Optimall",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "node scripts/build.cjs",
"generate": "node scripts/generate-icons.cjs",
"sync:figma": "node scripts/sync-figma-icons.cjs",
"prepublishOnly": "npm run build"
},
"dependencies": {},
"peerDependencies": {
"react": ">=17 <20"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"dotenv": "^16.4.5",
"fast-glob": "^3.3.3",
"undici": "^6.19.8"
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"homepage": "https://www.podiapp.com.br/",
"keywords": [
"icons",
"react",
"components",
"iconography",
"system icons"
],
"author": "Bruno Pinheiro - UI Designer @ Optimall",
"license": "MIT"
}