website/package.json

18 lines
413 B
JSON
Raw Normal View History

2021-01-05 14:27:56 +01:00
{
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html"
},
2021-01-07 13:53:47 +01:00
"browserslist": "> 1% and last 2 years",
"dependencies": {
"clsx": "^1.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
2021-01-07 15:38:30 +01:00
"recharts": "^2.0.0"
2021-01-07 13:53:47 +01:00
},
2021-01-05 14:27:56 +01:00
"devDependencies": {
2021-01-07 13:53:47 +01:00
"parcel-bundler": "^1.12.4",
"postcss-preset-env": "^6.7.0"
2021-01-05 14:27:56 +01:00
}
}