UNPKG

@anew/icons

Version:
64 lines (63 loc) 1.69 kB
{ "name": "@anew/icons", "version": "1.0.6", "description": "Anew Icons", "main": "lib/index.js", "scripts": { "start": "babel src -w -d lib", "build": "babel src -d lib", "prepublish": "yarn build" }, "repository": { "type": "git", "url": "git+https://github.com/anewjs/icons.git" }, "keywords": [ "anew", "icons", "ui" ], "author": "Abdelrahman Salem <abubakir1997@gmail.com> (http://www.pages.drexel.edu/\\~aas372/)", "license": "MIT", "bugs": { "url": "https://github.com/anewjs/icons/issues" }, "homepage": "https://github.com/anewjs/icons#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "src/**/*.{js,json,css,scss,md}": [ "prettier --config ./.prettierrc --write \"src/**/*.js\"", "git add" ] }, "dependencies": { "@material-ui/core": "^4.4.2", "@material-ui/icons": "^4.4.1", "classnames": "^2.2.6", "react": "^16.9.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "10.0.3", "babel-loader": "^8.0.6", "babel-plugin-css-modules-transform": "^1.6.2", "babel-plugin-loop-optimizer": "^1.4.1", "babel-plugin-module-resolver": "^3.2.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "eslint": "6.4.0", "eslint-plugin-react": "^7.14.3", "husky": "^3.0.5", "lint-staged": "^9.2.5", "node-sass": "^4.12.0", "prettier": "^1.18.2" } }