@test--me/icons
Version:
73 lines (72 loc) • 1.85 kB
JSON
{
"name": "@test--me/icons",
"name_": "@vf-enterprise/icons",
"version": "0.0.13-alpha.0",
"description": "Enterprise Icons",
"author": "Alexander Rust",
"homepage": "https://github.com/alexanderkrust/patternlib-react-ts#readme",
"private": false,
"license": "ISC",
"module": "dist/index.js",
"keywords": [
"vodafone",
"react",
"jsx",
"component",
"button",
"front-end",
"web"
],
"directories": {
"test": "__tests__"
},
"files": [
"dist"
],
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/alexanderkrust/patternlib-react-ts.git"
},
"scripts": {
"build": "rollup -c && node enterprise-svg-sprite.js",
"watch": "nodemon --ignore dist/ -e svg,ts,tsx,scss -x \"npm run build\""
},
"bugs": {
"url": "https://github.com/alexanderkrust/patternlib-react-ts/issues"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@types/react": "^16.9.9",
"babel-loader": "^8.1.0",
"node-sass": "^4.14.1",
"nodemon": "^2.0.2",
"react-svg-loader": "^3.0.3",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-delete": "^1.2.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.5.0",
"rollup-plugin-react-svg": "^3.0.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-typescript2": "^0.24.3",
"typescript": "^3.8.3"
},
"peerDependencies": {
"react": "^16.13.1"
},
"publishConfig": {
"access": "public"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"gitHead": "d9edb334fc82ec68916152e85b6188f5be0eb54d"
}