dependabot[bot] c6d14dae4f
Bump json5 from 1.0.1 to 1.0.2
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 02:37:12 +00:00
2021-09-23 13:04:20 +02:00
2021-09-23 13:04:20 +02:00
2021-09-23 13:04:20 +02:00
2022-10-02 22:10:54 +02:00
2022-10-02 22:10:54 +02:00
2020-05-26 00:17:30 +02:00
2022-10-02 22:10:54 +02:00
2021-09-23 13:04:20 +02:00
2021-09-23 13:04:20 +02:00
2021-09-23 13:04:20 +02:00
2022-10-02 22:10:54 +02:00
2022-10-02 22:10:54 +02:00
2022-10-02 22:10:54 +02:00
2022-10-02 22:10:54 +02:00
2022-10-02 22:10:54 +02:00
2022-10-02 22:10:54 +02:00
2021-09-23 13:04:20 +02:00
2022-10-02 22:10:54 +02:00
2021-09-23 13:04:20 +02:00
2022-10-02 22:10:54 +02:00

Next Template

Folders

  • _tests_: Test files to test webpage or single components
  • docker: Docker files to launch in a Container
  • public: Static files
  • src: Source folder
    • components: Contains your React Components
    • libs: Contains your libs or utility files
    • models: Contains your Models
    • pages: Contains your NextJS pages
    • styl: Contains your Stylus files
      • modules: Stylus module location

TODO list

Typescript/Javascript

  • Support Typescript
  • Support Javascript
  • Support Javascript files Linting
  • Unit Testing
  • Lint unit tests

Stylus

  • Support Stylus files
  • Support PurgeCSS
  • Support typed stylus files

Dependencies

  • @dzeio/components: Graphic components
  • @dzeio/config: Configuration files in a NPM lib
  • critters: next dependency
  • lucide-react: @dzeio/components dependency
  • next: Nextjs
  • next-compose-plugins: Better plugin formatting in config
  • next-purgecss: PurgeCSS Plugin in config
  • next-pre-css: Allow to compile Stylus for NextJS
  • next-seo: SEO for nextjs
  • react: React
  • react-dom: React DOM (React Dependency)
  • stylus: next-pre-css dependency
  • stylus-loader: next-pre-css dependency
  • typescript: Typescript
  • webpack: Webpack

Dev Dependencies

  • @babel/core: Tests Dependency
  • @next/eslint-plugin-next: nextjs dependency for eslint
  • @types/node: Typescript Typing
  • @types/react: Typescript Typing
  • @typescript-eslint/eslint-plugin: ESLint Typescript Plugin
  • @typescript-eslint/parser: ESLint Typescript parser
  • eslint: ESLint
  • eslint-config-next: ESLint Next Plugin
  • eslint-plugin-react: ESLint React Plugin
  • jest: Jest tessting framework
  • react-test-renderer: Test React components
Description
Template to quick start your next NextJS Project using Typescript and Stylus
Readme 1.2 MiB
Languages
TypeScript 53.1%
Dockerfile 33.7%
JavaScript 7.4%
Stylus 5.8%