13 lines
352 B
JSON
13 lines
352 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/vendored.js js/vendored.js",
|
|
"postinstall": "npm run vendor"
|
|
},
|
|
"dependencies": {
|
|
"@plausible-analytics/tracker": "^0.4.5"
|
|
}
|
|
}
|