2014-11-23 16:52:45 +00:00
|
|
|
{
|
|
|
|
"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,
|
2016-10-15 16:36:49 +00:00
|
|
|
"scripts": {
|
2019-01-02 01:27:53 +00:00
|
|
|
"start": "gatsby develop",
|
2019-01-02 23:26:50 +00:00
|
|
|
"build": "gatsby build",
|
|
|
|
"test:lint": "eslint --ignore-path .gitignore ."
|
2019-01-02 01:27:53 +00:00
|
|
|
},
|
2019-01-03 12:08:47 +00:00
|
|
|
"browserslist": [
|
|
|
|
">1%",
|
|
|
|
"not ie < 11"
|
|
|
|
],
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"postcss-import": {},
|
|
|
|
"postcss-cssnext": {
|
|
|
|
"features": {
|
|
|
|
"rem": false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2019-01-02 01:27:53 +00:00
|
|
|
"dependencies": {
|
2019-01-02 23:26:50 +00:00
|
|
|
"eslint": "^5.11.1",
|
|
|
|
"eslint-plugin-react": "^7.12.1",
|
2019-01-02 01:27:53 +00:00
|
|
|
"gatsby": "^2.0.81",
|
2019-01-03 23:29:42 +00:00
|
|
|
"gatsby-plugin-google-analytics": "^2.0.8",
|
2019-01-03 12:08:47 +00:00
|
|
|
"gatsby-plugin-postcss": "^2.0.2",
|
2019-01-02 23:51:23 +00:00
|
|
|
"gatsby-plugin-react-helmet": "^3.0.5",
|
2019-01-03 12:08:47 +00:00
|
|
|
"postcss-cssnext": "^3.1.0",
|
|
|
|
"postcss-import": "^12.0.1",
|
2019-01-02 01:27:53 +00:00
|
|
|
"prop-types": "^15.6.2",
|
|
|
|
"react": "^16.7.0",
|
2019-01-02 23:51:23 +00:00
|
|
|
"react-dom": "^16.7.0",
|
2019-01-03 12:49:54 +00:00
|
|
|
"react-feather": "^1.1.5",
|
2019-01-02 23:51:23 +00:00
|
|
|
"react-helmet": "^5.2.0"
|
2014-11-23 16:52:45 +00:00
|
|
|
}
|
|
|
|
}
|