From 18b0589ed1f90c0aa8e63be161ab55d659ec3dc6 Mon Sep 17 00:00:00 2001 From: Nikita Kolmogorov Date: Fri, 23 Feb 2024 12:05:54 -0800 Subject: [PATCH] Update copyright year in LICENSE and change project name in package.json --- LICENSE | 2 +- README.md | 17 +------------ package.json | 2 +- public/CNAME | 2 +- yarn.lock | 68 ++++++++++++++++++++++++++-------------------------- 5 files changed, 38 insertions(+), 53 deletions(-) diff --git a/LICENSE b/LICENSE index 3fde8c4..9e19dc4 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index a2662ed..d6fb426 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 7e519a9..6c18392 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "frontend-starter", + "name": "knockknock-frontend", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/public/CNAME b/public/CNAME index 699c65c..d5932ee 100644 --- a/public/CNAME +++ b/public/CNAME @@ -1 +1 @@ -google.com \ No newline at end of file +knockknock.lol \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index c3d95b5..b81fd0c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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"