2019-09-02 14:29:19 +03:00
|
|
|
{
|
|
|
|
"repository": {},
|
2021-10-28 15:03:38 +03:00
|
|
|
"version": "1.4.0",
|
2022-04-25 10:43:22 +03:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2019-09-02 14:29:19 +03:00
|
|
|
"scripts": {
|
2022-11-16 17:35:08 +03:00
|
|
|
"deploy": "webpack --mode production",
|
|
|
|
"watch": "webpack --mode development --watch",
|
|
|
|
"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": {
|
2021-06-07 12:12:02 +03:00
|
|
|
"@babel/core": "^7.14.3",
|
|
|
|
"@babel/preset-env": "^7.14.4",
|
|
|
|
"@babel/preset-react": "^7.13.13",
|
2023-02-20 12:10:11 +03:00
|
|
|
"@headlessui/react": "^1.7.10",
|
2022-10-04 13:20:51 +03:00
|
|
|
"@heroicons/react": "^2.0.11",
|
2021-07-05 15:16:56 +03:00
|
|
|
"@juggle/resize-observer": "^3.3.1",
|
2021-07-21 16:50:26 +03:00
|
|
|
"@kunukn/react-collapse": "^2.2.9",
|
2022-09-01 11:22:04 +03:00
|
|
|
"@popperjs/core": "^2.11.6",
|
2023-07-11 14:59:56 +03:00
|
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
2021-06-07 12:12:02 +03:00
|
|
|
"@tailwindcss/forms": "^0.3.2",
|
|
|
|
"@tailwindcss/typography": "^0.4.1",
|
|
|
|
"abortcontroller-polyfill": "^1.7.3",
|
|
|
|
"alpinejs": "^2.8.2",
|
|
|
|
"autoprefixer": "^10.2.6",
|
|
|
|
"babel-loader": "^8.2.2",
|
2021-06-07 11:29:42 +03:00
|
|
|
"chart.js": "^3.3.2",
|
2023-06-01 16:26:23 +03:00
|
|
|
"chartjs-plugin-datalabels": "^2.2.0",
|
2021-06-21 15:42:31 +03:00
|
|
|
"classnames": "^2.3.1",
|
2021-06-07 12:12:02 +03:00
|
|
|
"copy-webpack-plugin": "^9.0.0",
|
|
|
|
"css-loader": "^5.2.6",
|
2021-11-30 14:18:42 +03:00
|
|
|
"css-minimizer-webpack-plugin": "^3.2.0",
|
2020-07-02 11:21:59 +03:00
|
|
|
"datamaps": "^0.5.9",
|
2023-04-07 15:56:02 +03:00
|
|
|
"dayjs": "^1.11.7",
|
2021-06-21 15:42:31 +03:00
|
|
|
"debounce-promise": "^3.1.2",
|
2021-06-07 12:12:02 +03:00
|
|
|
"iframe-resizer": "^4.3.2",
|
|
|
|
"mini-css-extract-plugin": "^1.6.0",
|
2023-06-01 16:26:23 +03:00
|
|
|
"phoenix": "^1.7.2",
|
|
|
|
"phoenix_html": "^3.3.1",
|
|
|
|
"phoenix_live_view": "^0.18.18",
|
2021-06-07 12:12:02 +03:00
|
|
|
"postcss": "^8.3.0",
|
2021-10-12 12:50:45 +03:00
|
|
|
"postcss-loader": "^6.1.1",
|
2020-07-02 11:21:59 +03:00
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1",
|
2021-06-07 12:12:02 +03:00
|
|
|
"react-flatpickr": "3.10.5",
|
2020-07-14 16:52:26 +03:00
|
|
|
"react-flip-move": "^3.0.4",
|
2022-09-01 11:22:04 +03:00
|
|
|
"react-popper": "^2.3.0",
|
2020-08-17 16:16:14 +03:00
|
|
|
"react-router-dom": "^5.2.0",
|
2021-06-07 12:12:02 +03:00
|
|
|
"react-transition-group": "^4.4.2",
|
|
|
|
"tailwindcss": "^2.1.2",
|
|
|
|
"terser-webpack-plugin": "^5.1.2",
|
|
|
|
"url-search-params-polyfill": "^8.1.1",
|
2023-07-11 15:00:53 +03:00
|
|
|
"webpack": "5.88.1",
|
2021-06-07 12:12:02 +03:00
|
|
|
"webpack-cli": "^4.7.0"
|
Add eslint, stylelint, prettier, and pre-commit (#484)
- When you try to commit, Pre-commit will run checks for all three, if
installed, _only_ on staged files, and prevent committing if the linters are
unhappy.
- Several eslint rules that generate a lot of errors are disabled for now.
That's to allow a more gradual transition, so you won't change 1 line and be
told to fix 100 other lines (but maybe like 20 because there are still a lot
of rules enabled).
- Prettier is set to require pragma. That's also to allow a more gradual
transition. As each file is tidied up, run Prettier on it, and it'll add a
special comment that tells it that it's now responsible for keeping that one
tidy.
2020-12-23 11:45:53 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-11 15:48:19 +03:00
|
|
|
"babel-eslint": "^10.1.0",
|
2022-09-23 18:16:48 +03:00
|
|
|
"bundlemon": "^1.4.0",
|
Add eslint, stylelint, prettier, and pre-commit (#484)
- When you try to commit, Pre-commit will run checks for all three, if
installed, _only_ on staged files, and prevent committing if the linters are
unhappy.
- Several eslint rules that generate a lot of errors are disabled for now.
That's to allow a more gradual transition, so you won't change 1 line and be
told to fix 100 other lines (but maybe like 20 because there are still a lot
of rules enabled).
- Prettier is set to require pragma. That's also to allow a more gradual
transition. As each file is tidied up, run Prettier on it, and it'll add a
special comment that tells it that it's now responsible for keeping that one
tidy.
2020-12-23 11:45:53 +03:00
|
|
|
"eslint": "^7.2.0",
|
|
|
|
"eslint-config-prettier": "^7.0.0",
|
2022-09-21 01:06:43 +03:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
Add eslint, stylelint, prettier, and pre-commit (#484)
- When you try to commit, Pre-commit will run checks for all three, if
installed, _only_ on staged files, and prevent committing if the linters are
unhappy.
- Several eslint rules that generate a lot of errors are disabled for now.
That's to allow a more gradual transition, so you won't change 1 line and be
told to fix 100 other lines (but maybe like 20 because there are still a lot
of rules enabled).
- Prettier is set to require pragma. That's also to allow a more gradual
transition. As each file is tidied up, run Prettier on it, and it'll add a
special comment that tells it that it's now responsible for keeping that one
tidy.
2020-12-23 11:45:53 +03:00
|
|
|
"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",
|
2023-07-11 15:23:20 +03:00
|
|
|
"stylelint": "^14.1.0",
|
2021-11-30 14:18:42 +03:00
|
|
|
"stylelint-config-prettier": "^9.0.3",
|
|
|
|
"stylelint-config-standard": "^24.0.0",
|
2021-06-07 11:29:42 +03:00
|
|
|
"webpack-bundle-analyzer": "^4.4.2"
|
2021-03-15 16:56:12 +03:00
|
|
|
},
|
|
|
|
"name": "assets"
|
2019-09-02 14:29:19 +03:00
|
|
|
}
|