mirror of
https://github.com/pmret/website.git
synced 2024-11-08 12:12:27 +01:00
19 lines
433 B
JSON
19 lines
433 B
JSON
{
|
|
"scripts": {
|
|
"start": "parcel src/index.html",
|
|
"build": "parcel build src/index.html"
|
|
},
|
|
"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.4",
|
|
"postcss-preset-env": "^6.7.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|