1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

chore: add devcontainer

This commit is contained in:
divlo
2021-06-12 22:30:02 +00:00
parent d9b53480be
commit 7af4d3c512
10 changed files with 1423 additions and 1317 deletions

View File

@@ -6,6 +6,10 @@
"type": "git",
"url": "https://github.com/Divlo/Divlo"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"scripts": {
"dev": "next dev",
"start": "next start",
@@ -42,7 +46,7 @@
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@lhci/cli": "0.8.0",
"@testing-library/jest-dom": "5.13.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.7",
"@types/jest": "26.0.23",
"@types/node": "15.12.2",