website/package.json
Alex Bates e84ca21a21
Add 100% banner (#11)
* update parcel

* update discord link

* 100% banner
2023-04-19 20:55:54 +01:00

19 lines
445 B
JSON

{
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html --no-minify"
},
"browserslist": "> 1% and last 2 years",
"dependencies": {
"clsx": "^1.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"uplot": "^1.6.24"
},
"devDependencies": {
"parcel-bundler": "^1.12.5",
"postcss-preset-env": "^6.7.0"
},
"license": "MIT"
}