react-svgmt
Version:
Convenient SVG loading and manipulation from react
62 lines • 1.95 kB
JSON
{
"name": "react-svgmt",
"version": "3.0.0",
"description": "Convenient SVG loading and manipulation from react",
"repository": {
"type": "git",
"url": "https://github.com/hugozap/react-svgmt"
},
"author": "Hugo Zapata",
"license": "MIT",
"bugs": {
"url": "https://github.com/hugozap/react-svgmt/issues"
},
"homepage": "https://hugozap.github.io/react-svgmt",
"keywords": [
"react",
"svg"
],
"scripts": {
"test": "./__tests__/runtests.sh",
"lint": "eslint \"src/**/*.{js,jsx}\"",
"prettier": "prettier --single-quote --trailing-comma es5 --write \"{src,examples}/**/*.{js,jsx,css,scss}\"",
"build": "cross-env NODE_ENV=production webpack --bail --mode=production",
"start-test-server": "webpack-dev-server --entry=./__tests__/testapp.js --content-base=./__tests__ --config=./webpack.test.config.js",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": "^18.2.0 || ^19.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/cli": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"babel-loader": "^9.1.2",
"cross-env": "^7.0.3",
"cypress": "^12.13.0",
"enzyme": "^3.11.0",
"eslint": "^8.42.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"gh-pages": "^5.0.0",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"raw-loader": "^4.0.2",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-bundle-analyzer": "^4.9.0"
},
"dependencies": {
"d3-ease": "^1.0.3",
"prop-types": "^15.8.1"
}
}