mirror of
https://github.com/plausible/analytics.git
synced 2024-11-26 11:44:03 +03:00
43bf7dd09f
* Use user-agent instead of screen_width to get device type Co-authored-by: eriknakata <erik.nakata5@gmail.com> * Fix credo * Log on unhandled UAInspector device type * Make 'browser' the default tab in devices report * Remove device tooltip * Remove screen_width from ingestion completely * Remove browserstack harness, run playwright directly * Select meta key based on OS platform * Run CI tests in parallel * Improve device match readability * Add changelog --------- Co-authored-by: eriknakata <erik.nakata5@gmail.com>
20 lines
482 B
JSON
20 lines
482 B
JSON
{
|
|
"scripts": {
|
|
"deploy": "node compile.js",
|
|
"test": "npm run deploy && npx playwright test --config=./test/support/playwright.config.js",
|
|
"start": "node test/support/server.js"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@playwright/test": "^1.31.0",
|
|
"express": "^4.18.1",
|
|
"generatorics": "^1.1.0",
|
|
"handlebars": "^4.7.7",
|
|
"uglify-js": "^3.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.20.0",
|
|
"eslint-plugin-playwright": "^0.10.0"
|
|
}
|
|
}
|