regexper-static/package.json

23 lines
480 B
JSON
Raw Normal View History

{
"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": {
2019-01-02 01:27:53 +00:00
"start": "gatsby develop",
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.0.81",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0"
}
}