UNPKG

refiner-js

Version:

Official NPM wrapper for the Refiner.io JavaScript Web-Client

27 lines (26 loc) 655 B
{ "name": "vue-js", "version": "0.0.0", "private": true, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", "format": "prettier --write src/" }, "dependencies": { "refiner-js": "latest", "vue": "^3.3.4" }, "devDependencies": { "@rushstack/eslint-patch": "^1.3.2", "@vitejs/plugin-vue": "^4.3.1", "@vitejs/plugin-vue-jsx": "^3.0.2", "@vue/eslint-config-prettier": "^8.0.0", "eslint": "^8.46.0", "eslint-plugin-vue": "^9.16.1", "prettier": "^3.0.0", "vite": "^4.5.2" } }