website/package.json

19 lines
445 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 --no-minify"
2021-01-05 14:27:56 +01:00
},
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",
2023-03-08 17:44:00 +01:00
"uplot": "^1.6.24"
2021-01-07 13:53:47 +01:00
},
2021-01-05 14:27:56 +01:00
"devDependencies": {
"parcel-bundler": "^1.12.5",
2021-01-07 13:53:47 +01:00
"postcss-preset-env": "^6.7.0"
2022-11-07 10:13:30 +01:00
},
"license": "MIT"
2021-01-05 14:27:56 +01:00
}