1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-20 11:23:19 +02:00
portfolio/package.json

30 lines
785 B
JSON
Raw Normal View History

2018-03-18 20:39:18 +01:00
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
2018-04-06 17:24:35 +02:00
"gatsby": "^1.9.241",
"gatsby-link": "^1.6.39",
"gatsby-plugin-react-helmet": "^2.0.8",
"gatsby-plugin-sass": "latest",
2018-04-07 14:18:06 +02:00
"gatsby-source-filesystem": "^1.5.28",
"gatsby-transformer-json": "^1.0.16",
2018-04-03 23:17:16 +02:00
"react-helmet": "^5.2.0",
2018-04-07 14:18:06 +02:00
"react-markdown": "^3.3.0",
2018-04-02 16:57:30 +02:00
"react-transition-group": "^2.3.0"
2018-03-18 20:39:18 +01:00
},
"devDependencies": {
2018-04-07 14:18:06 +02:00
"babel-eslint": "^8.2.2",
"eslint": "^4.19.1",
"eslint-plugin-graphql": "^1.5.0",
"eslint-plugin-react": "^7.7.0",
2018-04-06 17:24:35 +02:00
"prettier": "^1.11.1"
2018-03-18 20:39:18 +01:00
},
"scripts": {
2018-04-06 17:24:35 +02:00
"build": "gatsby build",
"start": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
2018-03-18 20:39:18 +01:00
}
}