mirror of
https://github.com/plausible/analytics.git
synced 2024-11-26 23:27:54 +03:00
cfe81d6d3f
* Add tailwind and esbuild
* Remove unused images
* Move unprocessed assets to priv directory
* Fix applyTheme script
* Remove autoprefixer
* Update bundlemon
* Remove babel config
* Revert "Remove autoprefixer"
This reverts commit fc60c31c73
.
* Make dashboard react file work
* Fix app.css imports
* Remove autoprefixer
* Add back in robots.txt
* Go back to css/ and js/ folders as opposed to assets/
* Bundle embed.host.js and embed.content.js
* Add components folder to live reload paths
* Remove bundlemon
* Use mix assets task in Dockerfil
* Add assets setup to CONTRIBUTING.md
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",
|
|
"@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",
|
|
"classnames": "^2.3.1",
|
|
"datamaps": "^0.5.9",
|
|
"dayjs": "^1.11.7",
|
|
"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",
|
|
"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"
|
|
}
|