Compare commits

...

2 Commits

Author SHA1 Message Date
0dc7c75f36 Added .nvmrc 2023-05-24 22:42:53 +10:00
75b53205cd installed and configured prettier 2023-05-24 22:41:44 +10:00
4 changed files with 1941 additions and 1 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
v18.15.0

13
.prettierrc Normal file
View File

@ -0,0 +1,13 @@
{
"arrowParens": "avoid",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 80,
"quoteProps": "as-needed",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}

View File

@ -11,7 +11,8 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"reactflow": "^11.7.2"
},
"devDependencies": {
"@types/react": "^18.0.28",
@ -22,6 +23,7 @@
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"prettier": "2.8.8",
"typescript": "^5.0.2",
"vite": "^4.3.2"
}

1924
yarn.lock Normal file

File diff suppressed because it is too large Load Diff