2024-08-01 19:58:41 +00:00
|
|
|
{
|
|
|
|
"name": "mobmash",
|
2024-09-26 15:37:37 +00:00
|
|
|
"version": "1.1.0",
|
2024-08-01 19:58:41 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2024-08-03 19:52:58 +00:00
|
|
|
"build": "esbuild index.js --bundle --outfile=../../html/js/bundle.js && npm run install-fontawesome",
|
|
|
|
"install-fontawesome": "cp ./node_modules/font-awesome/fonts/* ../../html/fonts/fontawesome/fonts/ && cp ./node_modules/font-awesome/css/font-awesome.css ../../html/fonts/fontawesome/css/",
|
2024-08-01 19:58:41 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2024-12-02 22:10:05 +00:00
|
|
|
"chart.js": "^4.4.7",
|
2024-08-03 19:52:58 +00:00
|
|
|
"font-awesome": "^4.7.0",
|
2024-12-16 21:20:20 +00:00
|
|
|
"htmx.org": "^2.0.4"
|
2024-08-01 19:58:41 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-12-23 21:53:25 +00:00
|
|
|
"esbuild": "0.24.2"
|
2024-08-01 19:58:41 +00:00
|
|
|
}
|
|
|
|
}
|