regexper-static/package.json
Jeff Avallone 819d4be1a5 Removing import lint rules
Shortcut for importing components is messing with the lint rules and I
can't get a custom resolver working
2019-01-02 19:12:53 -05:00

28 lines
671 B
JSON

{
"name": "regexper",
"version": "1.0.0",
"description": "Regular expression visualization tool",
"homepage": "http://regexper.com",
"author": {
"name": "Jeffrey Avallone",
"email": "jeff.avallone@gmail.com"
},
"license": "MIT",
"private": true,
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"test:lint": "eslint --ignore-path .gitignore ."
},
"dependencies": {
"eslint": "^5.11.1",
"eslint-plugin-react": "^7.12.1",
"gatsby": "^2.0.81",
"gatsby-plugin-react-helmet": "^3.0.5",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-helmet": "^5.2.0"
}
}