Skip to content
Snippets Groups Projects
package.json 1.12 KiB
Newer Older
{
  "name": "vt-research-connect-client",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview"
  },
  "dependencies": {
hannahl8's avatar
hannahl8 committed
    "formik": "^2.4.6",