@pretto/picto
Version:
[](https://www.npmjs.com/package/@pretto/picto)
67 lines (66 loc) • 1.91 kB
JSON
{
"name": "@pretto/picto",
"version": "4.31.0",
"repository": "git@github.com:finspot/picto.git",
"author": "Sylvain Reucherand <sylvain@pretto.fr>",
"files": [
"esm",
"types"
],
"exports": "./esm/picto.js",
"main": "esm/picto.js",
"type": "module",
"types": "types/modules/index.d.ts",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-syntax-jsx": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@pretto/eslint-config-pretto": "^1.1.0",
"@pretto/prettier-config-pretto": "^1.1.0",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@rollup/pluginutils": "^4.2.1",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/svgo": "^2.6.3",
"babel-plugin-html-attributes-to-jsx": "^1.6.22",
"eslint": "^8.20.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"jest": "^28.1.3",
"pascalcase": "^2.0.0",
"prettier": "^2.7.1",
"rollup": "^2.38.0",
"shorthash": "^0.0.2",
"svgo": "^2.2.2",
"typescript": "^4.7.4"
},
"peerDependencies": {
"react": ">=15"
},
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin typescript",
"postbuild": "tsc --declaration --emitDeclarationOnly --esModuleInterop --jsx react --outDir types/ core.tsx global.d.ts modules/*",
"test": "npm run test:naming && npm run test:typescript",
"test:naming": "node test.js",
"test:typescript": "tsc --noEmit"
},
"sideEffects": false,
"keywords": [
"pretto",
"picto"
],
"dependencies": {
"@babel/runtime": "^7.13.10",
"@types/react": "*"
},
"eslintConfig": {
"extends": [
"@pretto/eslint-config-pretto"
]
},
"prettier": "@pretto/prettier-config-pretto"
}