Personal-site/package.json

34 lines
734 B
JSON
Raw Normal View History

2020-06-14 08:40:51 +00:00
{
"name": "therbron.com",
"version": "0.1.0",
2021-04-15 11:44:07 +00:00
"description": "Landing page for therbron.com",
"contributors": [
{
"name": "Romain Rousseau",
"email": "romain.rousseau5@gmail.com",
"url": "https://github.com/RmnRss"
},
{
"name": "Tanguy Herbron",
"email": "tanguy.herbron@outlook.com",
"url": "https://therbron.com"
}
],
2020-06-14 08:40:51 +00:00
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
2020-06-14 08:40:51 +00:00
"start": "next start"
},
"dependencies": {
2021-04-15 11:44:07 +00:00
"next": "10.1.3",
"react": "17.0.2",
2021-04-15 13:12:08 +00:00
"react-dom": "17.0.2",
"@svgr/webpack": "^5.4.0"
2020-06-14 09:06:49 +00:00
},
"devDependencies": {
"prettier": "^2.0.5",
"prop-types": "^15.7.2"
2020-06-14 08:40:51 +00:00
}
}