mirror of
https://github.com/QingWei-Li/notea.git
synced 2024-11-20 11:01:57 +03:00
dbb6e75810
Next.js@12: Next.js 12 should provide better performance and stuffs. .babelrc: .babelrc has been removed to take advantage of Next.js' SWC backend (which offers faster build times) - if the file was still present, Babel would automatically be chosen over SWC. .yarnclean: Commented out the "images" yarnclean directive, as it was causing issues with Next.js. next-pwa: next-pwa has been updated, and next.config.js has been updated to use its newer API. react: React has been updated to React 18. The @types package could not use the latest version due to some issues with the package itself. rich-markdown-editor: rich-markdown-editor could not be updated due to issues with theming. BREAKING-CHANGE: Next.js and React have been upgraded to their later versions.
46 lines
471 B
Plaintext
46 lines
471 B
Plaintext
# test directories
|
|
__tests__
|
|
test
|
|
tests
|
|
powered-test
|
|
|
|
# asset directories
|
|
docs
|
|
doc
|
|
website
|
|
# images
|
|
assets
|
|
|
|
# examples
|
|
example
|
|
examples
|
|
|
|
# code coverage directories
|
|
coverage
|
|
.nyc_output
|
|
|
|
# build scripts
|
|
Makefile
|
|
Gulpfile.js
|
|
Gruntfile.js
|
|
|
|
# configs
|
|
appveyor.yml
|
|
circle.yml
|
|
codeship-services.yml
|
|
codeship-steps.yml
|
|
wercker.yml
|
|
.tern-project
|
|
.gitattributes
|
|
.editorconfig
|
|
.*ignore
|
|
.eslintrc
|
|
.jshintrc
|
|
.flowconfig
|
|
.documentup.json
|
|
.yarn-metadata.json
|
|
.travis.yml
|
|
|
|
# misc
|
|
*.md
|