mobmash.click/resources/js/package.json

22 lines
662 B
JSON
Raw Normal View History

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": {
"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": {
"chart.js": "^4.4.7",
"font-awesome": "^4.7.0",
"htmx.org": "^2.0.4"
2024-08-01 19:58:41 +00:00
},
"devDependencies": {
"esbuild": "0.24.2"
2024-08-01 19:58:41 +00:00
}
}