@vtex/phosphor-icons
Version:
<p align="center"> <img alt="VTEX Logo" src="./docs/assets/vtex-logo.svg" height="100" width="117" /> <h3 align="center">VTEX Phosphor Icons</h3> <p align="center">Reach us on #admin-ui channel on Slack | Tag us with @dev-team-admin on Slack</p> </p
117 lines (116 loc) • 3.44 kB
JSON
{
"name": "@vtex/phosphor-icons",
"version": "0.2.6",
"main": "dist/index.js",
"module": "dist/phosphor-icons.esm.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"cache": "cache/.npm",
"access": "public",
"registry": "https://registry.npmjs.org"
},
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vtex/phosphor-icons.git"
},
"bugs": {
"url": "https://github.com/vtex/onda/issues"
},
"scripts": {
"start": "tsdx watch --verbose --noClean",
"build": "tsdx build --tsconfig tsconfig.json",
"build:fast": "tsdx build --tsconfig tsconfig.json --transpileOnly --format esm,cjs",
"test": "tsdx test",
"collate": "node bin/collate.js",
"assemble": "node bin/assemble.js && yarn format",
"format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,vue}\"",
"generate": "yarn collate && yarn assemble",
"commit": "cz",
"lint": "eslint src/ --ext .js,.ts,.jsx,.tsx",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@commitlint/prompt": "^9.1.2",
"@rollup/plugin-url": "^5.0.1",
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-essentials": "^6.4.9",
"@storybook/addon-links": "^6.4.9",
"@storybook/react": "^6.4.9",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.2",
"@testing-library/react-hooks": "^3.4.1",
"@testing-library/user-event": "^13.0.4",
"@types/jest-axe": "^3.5.1",
"@types/react": "^16.9.47",
"@types/react-dom": "^16.9.8",
"@types/testing-library__jest-dom": "^5.9.5",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.1",
"@vtex/prettier-config": "^0.3.1",
"@vtex/tsconfig": "^0.5.6",
"babel-loader": "^8.1.0",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-module-resolver": "^4.0.0",
"chalk": "^4.1.0",
"commitizen": "^4.2.0",
"eslint": "^7.19.0",
"eslint-config-vtex": "^14.1.0",
"eslint-config-vtex-react": "^8.1.0",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-tsc": "^2.0.0",
"husky": "^4.2.5",
"jest-axe": "^4.0.0",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"standard-version": "^9.3.2",
"tsdx": "^0.13.3",
"typescript": "^4.0.2"
},
"dependencies": {
"tiny-invariant": "^1.1.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"yarn lint --fix"
],
"*.{gql,json,yml,md}": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}