analytics/assets/package.json

58 lines
1.7 KiB
JSON
Raw Normal View History

2019-09-02 14:29:19 +03:00
{
"repository": {},
"version": "1.4.0",
"license": "AGPL-3.0-or-later",
2019-09-02 14:29:19 +03:00
"scripts": {
"format": "prettier --write {css,js}/**",
"check-format": "prettier --check {css,js}/**",
"lint": "eslint js/**",
"bundlemon": "bundlemon"
2019-09-02 14:29:19 +03:00
},
"dependencies": {
"@headlessui/react": "^1.7.10",
"@heroicons/react": "^2.0.11",
Frontend: Use jsonurl, update filtering (#4117) * Start refactoring, supporting jsonurl * WIP: Listing of applied filters works * WIP: Remove some unneeded hackery * WIP: Handle country labels better * WIP: Handle multiple filters better * WIP: Serializing filters for API queries * Split modal code into 3 * Merge code paths for prop and other filter modals * Get suggestions working again * Display prop filters properly * Handle re-opening a props modal properly * Better label handling * Better linking to filter modals * Remove unneeded component * Standardize how we update query more * Use updatedQuery to remove more usecases of URLSearchParams * Dont export toFilterQuery * Custom toString for PlausibleSearchParams * Fix props suggestions/filtering * Refactor isFilteringOnFixedValue * Improved encoding - goals now work again * fix a typo * Handle more cases where query.filters[ is used * Fix locations tab changing behavior * Fix for `setQuery` not to double up ? * Handle goal filters properly now * Delete dead code * Update special goals handling * Update <ListReport /> linking * Show labeled values in list of filters * Updae Props component handling of storage keys * re-add special case handling in devices view * Fix modal-related typo * Get updatedQuery callsites working * Update location modals linking * Update props details model linking logic * Switch back tab from props when removing goal filter * Remove query.filters usage from within <Referrers /> component * Private escapeFilterValue * Fix sources/index.js * Legacy redirect logic * Update comment * Disabled options in props modal * Update escaping and is_not operator * Restore `false` search property handling meaning unset * changelog * Fix filtering after clicking on a map * FilterOperatorSelector * replaceFilterByPrefix * Improve naming for filter modals/groups
2024-05-22 11:01:41 +03:00
"@jsonurl/jsonurl": "^1.1.7",
2021-07-05 15:16:56 +03:00
"@juggle/resize-observer": "^3.3.1",
"@kunukn/react-collapse": "^2.2.9",
"@popperjs/core": "^2.11.6",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.4.1",
"abortcontroller-polyfill": "^1.7.3",
"alpinejs": "^3.13.1",
"chart.js": "^3.3.2",
"chartjs-plugin-datalabels": "^2.2.0",
2021-06-21 15:42:31 +03:00
"classnames": "^2.3.1",
"datamaps": "^0.5.9",
"dayjs": "^1.11.7",
2021-06-21 15:42:31 +03:00
"debounce-promise": "^3.1.2",
"iframe-resizer": "^4.3.2",
"phoenix": "^1.7.2",
"phoenix_html": "^3.3.1",
"phoenix_live_view": "^0.18.18",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-flatpickr": "3.10.5",
"react-flip-move": "^3.0.4",
"react-intersection-observer": "^9.5.2",
"react-popper": "^2.3.0",
2020-08-17 16:16:14 +03:00
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"url-search-params-polyfill": "^8.1.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"stylelint": "^14.1.0",
2021-11-30 14:18:42 +03:00
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0"
},
"name": "assets"
2019-09-02 14:29:19 +03:00
}