UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

42 lines (41 loc) 982 B
{ "name": "@ftdata/icons", "version": "2.15.0", "description": "Fulltime Styleguide Icons", "main": "dist/index", "files": [ "dist" ], "scripts": { "clean": "rm -rf ./dist/*", "build": "npm run clean && tsc", "prepare": "yarn build", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint ./" }, "author": "Caique Dimeu", "devDependencies": { "@types/react": "^16.9.53", "lerna": "^8.1.5", "ts-loader": "^8.0.6", "typescript": "4.2.2" }, "dependencies": { "@ftdata/tokens": "^2.5.0", "cache-loader": "1.2.5", "prop-types": "^15.8.1" }, "repository": { "type": "git" }, "keywords": [ "fulltime", "fulltrack", "styleguide", "components", "icons", "react" ], "license": "ISC", "gitHead": "e3a0c200cc2057a073e275f09d19f016382d6597" }