{
	"name": "arvara",
	"version": "1.0.10",
	"main": "lib/index.js",
	"types": "lib",
	"scripts": {
		"dev": "vite",
		"serve": "vite preview",
		"build": "tsc && vite build",
		"compile": "tsc -p . && npx tailwindcss -o lib/styles.css && cp -r src/icons/outline lib/icons/outline && cp -r src/icons/bold lib/icons/bold"
	},
	"repository": "git@github.com:Olivermead-Investment-Ltd/arvolicious.git",
	"author": "Kilson David",
	"license": "MIT",
	"dependencies": {
		"@types/node": "^16.11.11",
		"axios": "^0.24.0",
		"lodash": "^4.17.21",
		"react": "^17.0.0",
		"react-dom": "^17.0.0",
		"react-hook-form": "^7.20.5",
		"vite-plugin-svgr": "^0.6.0"
	},
	"devDependencies": {
		"@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"
	}
}
