48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
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 ."
|
|
},
|
|
"browserslist": [
|
|
">1%",
|
|
"not ie < 11"
|
|
],
|
|
"postcss": {
|
|
"plugins": {
|
|
"postcss-import": {},
|
|
"postcss-cssnext": {
|
|
"features": {
|
|
"rem": false
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"eslint": "^5.11.1",
|
|
"eslint-plugin-react": "^7.12.1",
|
|
"gatsby": "^2.0.81",
|
|
"gatsby-plugin-google-analytics": "^2.0.8",
|
|
"gatsby-plugin-postcss": "^2.0.2",
|
|
"gatsby-plugin-react-helmet": "^3.0.5",
|
|
"gatsby-plugin-sentry": "^1.0.0",
|
|
"postcss-cssnext": "^3.1.0",
|
|
"postcss-import": "^12.0.1",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0",
|
|
"react-feather": "^1.1.5",
|
|
"react-helmet": "^5.2.0"
|
|
}
|
|
}
|