UNPKG

@air/icons

Version:
60 lines (59 loc) 1.75 kB
{ "name": "@air/icons", "version": "10.7.1", "description": "Air's iconography", "keywords": [ "react", "svg", "icons", "iconography" ], "homepage": "https://github.com/AirLabsTeam/web-core/tree/master/packages/icons#readme", "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "main": "dist/index.js", "module": "dist/icons.esm.js", "typings": "dist/icons/src/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=16" }, "repository": { "directory": "packages/icons", "type": "git", "url": "git+https://github.com/AirLabsTeam/web-core.git" }, "bugs": { "url": "https://github.com/AirLabsTeam/web-core/issues" }, "scripts": { "build": "tsdx build --tsconfig tsconfig.build.json", "add:icon": "node ./scripts/svgToTsx.js", "lint": "tsdx lint", "transpile": "babel --source-maps true --no-babelrc --presets=@babel/preset-env --plugins=@babel/plugin-proposal-object-rest-spread --plugins=@babel/plugin-transform-arrow-functions dist/icons.esm.js --out-file dist/icons.esm.js", "test": "tsdx test --passWithNoTests" }, "peerDependencies": { "react": ">=16", "react-native": ">=0.58" }, "devDependencies": { "@babel/cli": "^7.14.5", "@babel/plugin-proposal-object-rest-spread": "^7.14.7", "@babel/plugin-transform-arrow-functions": "^7.14.5", "@babel/plugin-transform-react-display-name": "^7.14.5", "case": "^1.6.3", "glob": "^7.1.6", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-react-svg": "^3.0.3", "svgo": "^2.8.0", "xml2js": "^0.4.23" }, "gitHead": "ec6ffb17db0a51b9377f1236d78f3b200e36a127" }