2021-01-05 14:27:56 +01:00
|
|
|
{
|
|
|
|
"scripts": {
|
|
|
|
"start": "parcel src/index.html",
|
2023-03-08 17:53:32 +01:00
|
|
|
"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": {
|
2023-04-19 21:55:54 +02:00
|
|
|
"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
|
|
|
}
|