23 lines
503 B
JSON
23 lines
503 B
JSON
{
|
|
"dependencies": {
|
|
"chart.js": "^4.4.1",
|
|
"chartjs-plugin-annotation": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.16.3",
|
|
"autoprefixer": "^10.4.21",
|
|
"parcel": "^2.15.4",
|
|
"postcss": "^8.5.6",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"scripts": {
|
|
"start": "parcel src/roast.html",
|
|
"build": "parcel build src/roast.html --public-url=./ --dist-dir dist"
|
|
},
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"module": "ESNext"
|
|
}
|
|
}
|