{
    "name": "arvara-pckage",
    "version": "1.1.7",
    "main": "lib/index.js",
    "types": "lib",
    "scripts": {
        "dev": "vite",
        "serve": "vite preview",
        "build": "tsc && vite build && yarn copy-css",
        "copy-css": "copyfiles -u 1 src/index.css lib",
        "compile": "yarn build && tsc -p . && npx tailwindcss -o lib/styles.css && yarn copy-css"
    },
    "repository": "git@github.com:Olivermead-Investment-Ltd/arvara-package.git",
    "author": "Aderemi Dare",
    "license": "MIT",
    "dependencies": {
        "@types/express": "^4.17.13",
        "arvara-icons": "^1.1.0",
        "copyfiles": "^2.4.1",
        "lodash": "^4.17.21",
        "rc-slider": "^10.0.1",
        "react": "^17.0.0",
        "react-dom": "^17.0.0",
        "react-hook-form": "^7.20.5",
        "vite-plugin-svgr": "^0.6.0"
    },
    "devDependencies": {
        "@types/node": "^16.11.11",
        "@types/react": "^17.0.0",
        "@types/react-dom": "^17.0.0",
        "@vitejs/plugin-react": "^1.0.0",
        "autoprefixer": "^10.4.0",
        "postcss": "^8.4.4",
        "tailwindcss": "^2.2.19",
        "typescript": "^4.3.2",
        "vite": "^2.6.4"
    }
}
