Skip to content

Commit

Permalink
Update copyright year in LICENSE and change project name in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Feb 23, 2024
1 parent 5c474d9 commit 18b0589
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 53 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-present Borodutch
Copyright (c) 2024-present Borodutch Labs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
# Frontend code template in `preact`

This template is to be used for frontend applications.

## Features

- State management with `jotai`
- Around 13.53kb after brotli compression (this includes **everything**) 😱
- `preact` under the hood with `preact/compat` makes it compatible with virtually any `react` library but still makes it faster
- Full TypeScript support — no dangling types
- `vite` packager and devtools make building and development lightning fast
- `tailwind-css` built-in with 'daisyui'
- GitHub Actions that lint and check the code on pull requests
- `prettier` and `eslint` configured, enabled and formatting your code on save
- List of recommended extensions for VSCode
- It is important to keep the bundle small, so a `stats.html` file is generated on `yarn build` to visually show you the bundle size
# Frontend for knockknock

## Local launch

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "frontend-starter",
"name": "knockknock-frontend",
"version": "1.0.0",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion public/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google.com
knockknock.lol
68 changes: 34 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3041,40 +3041,6 @@ __metadata:
languageName: node
linkType: hard

"frontend-starter@workspace:.":
version: 0.0.0-use.local
resolution: "frontend-starter@workspace:."
dependencies:
"@preact/preset-vite": "npm:^2.8.1"
"@tailwindcss/typography": "npm:^0.5.10"
"@types/node": "npm:^20.11.20"
"@typescript-eslint/eslint-plugin": "npm:^7.0.2"
"@typescript-eslint/parser": "npm:^7.0.2"
"@vitejs/plugin-react": "npm:^4.2.1"
autoprefixer: "npm:^10.4.17"
cross-env: "npm:^7.0.3"
daisyui: "npm:^4.7.2"
eslint: "npm:^8.56.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-import: "npm:^2.29.1"
eslint-plugin-no-relative-import-paths: "npm:^1.5.3"
eslint-plugin-prettier: "npm:^5.1.3"
eslint-plugin-react: "npm:^7.33.2"
eslint-plugin-react-hooks: "npm:^4.6.0"
eslint-plugin-sort-imports-es6-autofix: "npm:^0.6.0"
jotai: "npm:^2.6.5"
postcss: "npm:^8.4.35"
preact: "npm:^10.19.6"
prettier: "npm:^3.2.5"
rollup-plugin-visualizer: "npm:^5.12.0"
tailwindcss: "npm:^3.4.1"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.3.3"
vite: "npm:^5.1.4"
vite-tsconfig-paths: "npm:^4.3.1"
languageName: unknown
linkType: soft

"fs-minipass@npm:^2.0.0":
version: 2.1.0
resolution: "fs-minipass@npm:2.1.0"
Expand Down Expand Up @@ -4057,6 +4023,40 @@ __metadata:
languageName: node
linkType: hard

"knockknock-frontend@workspace:.":
version: 0.0.0-use.local
resolution: "knockknock-frontend@workspace:."
dependencies:
"@preact/preset-vite": "npm:^2.8.1"
"@tailwindcss/typography": "npm:^0.5.10"
"@types/node": "npm:^20.11.20"
"@typescript-eslint/eslint-plugin": "npm:^7.0.2"
"@typescript-eslint/parser": "npm:^7.0.2"
"@vitejs/plugin-react": "npm:^4.2.1"
autoprefixer: "npm:^10.4.17"
cross-env: "npm:^7.0.3"
daisyui: "npm:^4.7.2"
eslint: "npm:^8.56.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-import: "npm:^2.29.1"
eslint-plugin-no-relative-import-paths: "npm:^1.5.3"
eslint-plugin-prettier: "npm:^5.1.3"
eslint-plugin-react: "npm:^7.33.2"
eslint-plugin-react-hooks: "npm:^4.6.0"
eslint-plugin-sort-imports-es6-autofix: "npm:^0.6.0"
jotai: "npm:^2.6.5"
postcss: "npm:^8.4.35"
preact: "npm:^10.19.6"
prettier: "npm:^3.2.5"
rollup-plugin-visualizer: "npm:^5.12.0"
tailwindcss: "npm:^3.4.1"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.3.3"
vite: "npm:^5.1.4"
vite-tsconfig-paths: "npm:^4.3.1"
languageName: unknown
linkType: soft

"kolorist@npm:^1.8.0":
version: 1.8.0
resolution: "kolorist@npm:1.8.0"
Expand Down

0 comments on commit 18b0589

Please sign in to comment.