fizika/frontend/package.json
Andras Schmelczer 34c8da592a
Some checks failed
Test / test (push) Failing after 7s
Deploy to Pages / deploy (push) Successful in 11s
Build and Publish Docker Image / build-and-push (push) Successful in 26s
Fix renaming
2026-06-06 22:15:03 +01:00

13 lines
353 B
JSON

{
"name": "fizika-frontend",
"version": "1.0.0",
"description": "Static frontend for the Fizika practice app",
"private": true,
"scripts": {
"vendor": "cp node_modules/@plausible-analytics/tracker/plausible.js js/vendored.js",
"postinstall": "npm run vendor"
},
"dependencies": {
"@plausible-analytics/tracker": "^0.4.5"
}
}