Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Ward <[email protected]>
Co-authored-by: Tom O'Dwyer <[email protected]>
  • Loading branch information
3 people authored Jan 19, 2024
1 parent e35d761 commit 8ca12bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ set -a; source .env; set +a

All tooling and ui components are in the assets/ django application.

- `assets/src contains the js/css sources
- `assets/src` contains the js/css sources
- `assets/templates` contains shared templates, include UI components
- `assets/dist` contains the built assets

Expand Down
13 changes: 0 additions & 13 deletions assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"test:single": "npx vitest -t"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/user-event": "^14.5.2",
"@vitest/coverage-v8": "^1.2.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -24,8 +21,6 @@
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-testing-library": "^6.2.0",
"history": "^5.3.0",
"jsdom": "^23.2.0",
"postcss-import": "^16.0.0",
"postcss-nesting": "^12.0.2",
"postcss-preset-env": "^9.3.0",
Expand All @@ -34,8 +29,6 @@
"vite": "^5.0.11",
"vite-plugin-static-copy": "^1.0.0",
"vitest": "^1.2.0",
"vitest-fetch-mock": "^0.2.2",
"window-resizeto": "^0.0.2"
},
"dependencies": {
"@fontsource/public-sans": "^5.0.16",
Expand All @@ -44,17 +37,11 @@
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@zachleat/details-utils": "^2.0.2",
"formik": "^2.4.5",
"highlight.js": "^11.9.0",
"html2pdf.js": "^0.10.1",
"htmx.org": "^1.9.10",
"just-debounce-it": "^3.2.0",
"pretty-bytes": "^6.1.1",
"prop-types": "^15.8.1",
"simple-datatables": "^9.0.0",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.1",
"wouter": "^2.12.1",
"yup": "^1.3.3"
}
}
1 change: 0 additions & 1 deletion assets/src/scripts/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ import "../styles/base.css";
// Custom JS
import "./_alert";
import "./_expand-list";
import "./_plausible";
import "./utils/double-click";

0 comments on commit 8ca12bb

Please sign in to comment.