mirror of
https://github.com/plausible/analytics.git
synced 2024-11-26 23:27:54 +03:00
c862f15f0c
This reverts commit 28cf3ff2b2
.
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"repository": {},
|
|
"version": "1.4.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"format": "prettier --write {css,js}/**",
|
|
"check-format": "prettier --check {css,js}/**",
|
|
"lint": "eslint js/**",
|
|
"bundlemon": "bundlemon"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.10",
|
|
"@heroicons/react": "^2.0.11",
|
|
"@jsonurl/jsonurl": "^1.1.7",
|
|
"@juggle/resize-observer": "^3.3.1",
|
|
"@popperjs/core": "^2.11.6",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/forms": "^0.5.6",
|
|
"@tailwindcss/typography": "^0.4.1",
|
|
"@tanstack/react-query": "^5.51.1",
|
|
"abortcontroller-polyfill": "^1.7.3",
|
|
"alpinejs": "^3.13.1",
|
|
"chart.js": "^3.3.2",
|
|
"chartjs-plugin-datalabels": "^2.2.0",
|
|
"classnames": "^2.3.1",
|
|
"datamaps": "^0.5.9",
|
|
"dayjs": "^1.11.7",
|
|
"iframe-resizer": "^4.3.2",
|
|
"phoenix": "^1.7.2",
|
|
"phoenix_html": "^3.3.1",
|
|
"phoenix_live_view": "^0.18.18",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-flatpickr": "3.10.5",
|
|
"react-flip-move": "^3.0.4",
|
|
"react-intersection-observer": "^9.5.2",
|
|
"react-popper": "^2.3.0",
|
|
"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",
|
|
"stylelint-config-prettier": "^9.0.3",
|
|
"stylelint-config-standard": "^24.0.0"
|
|
},
|
|
"name": "assets"
|
|
}
|