chore: add some dx configs (#650)
* chore: add some dx configs * fix: update configs Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
parent
7a8ad8381e
commit
8f6689cfc1
6 changed files with 17 additions and 2 deletions
1
.eslintignore
Normal file
1
.eslintignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
node_modules
|
2
.npmrc
Normal file
2
.npmrc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# used in tandem with package.json engine to only enable yarn
|
||||||
|
engine-strict=true
|
1
.nvmrc
Normal file
1
.nvmrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
14.17
|
|
@ -4,3 +4,12 @@ public
|
||||||
**/**/node_modules
|
**/**/node_modules
|
||||||
**/**/.next
|
**/**/.next
|
||||||
**/**/public
|
**/**/public
|
||||||
|
|
||||||
|
*.lock
|
||||||
|
*.log
|
||||||
|
|
||||||
|
.gitignore
|
||||||
|
.npmignore
|
||||||
|
.prettierignore
|
||||||
|
.DS_Store
|
||||||
|
.eslintignore
|
||||||
|
|
1
.vercelignore
Normal file
1
.vercelignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.github
|
|
@ -19,7 +19,8 @@
|
||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^14.0.0"
|
"node": "14.x",
|
||||||
|
"yarn": ">=1.19.0 < 2.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@headlessui/react": "^1.4.1",
|
"@headlessui/react": "^1.4.1",
|
||||||
|
|
Loading…
Reference in a new issue