UNPKG

react-svgmt

Version:

Convenient SVG loading and manipulation from react

76 lines (75 loc) 2.48 kB
{ "name": "react-svgmt", "version": "1.0.1", "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", "start-test-server": "webpack-dev-server --entry=./__tests__/testapp.js --content-base=./__tests__ --config=./webpack.test.config.js", "prepublishOnly": "npm run lint && npm run test && npm run build", "examples": "cd examples && budo app.js --live --open -- -t babelify", "examples:build": "cd examples && cp -R robots ./dist/ && browserify app.js -t babelify > dist/bundle.js" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "7", "babel-loader": "^7.1.2", "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", "babel-preset-stage-2": "^6.5.0", "babelify": "^7.3.0", "budo": "^11.2.0", "cross-env": "^5.1.4", "cypress": "^1.4.1", "enzyme": "3.0.0", "enzyme-adapter-react-16": "1.1.0", "eslint": "4.x", "eslint-config-airbnb": "^16.1.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-import": "^2.9.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.7.0", "gh-pages": "^1.1.0", "jest-cli": "^20.0.4", "nodemon": "^1.9.1", "prettier": "^1.11.1", "raf": "3.4.0", "raw-loader": "^0.5.1", "react": "^16.2.0", "react-dom": "^16.2.0", "react-move": "^2.6.0", "react-test-renderer": "16.1.1", "sinon": "^4.1.3", "tape": "^4.6.3", "wait-on": "^2.1.0", "webpack": "^3.10.0", "webpack-bundle-analyzer": "^2.9.2", "webpack-dev-server": "2.7.1" }, "peerDependencies": { "prop-types": "^15.6.0", "react": "^16.2.0", "react-dom": "^16.2.0" }, "dependencies": {} }