UNPKG

@bilions/search-js

Version:
63 lines (62 loc) 1.56 kB
{ "name": "@bilions/search-js", "version": "0.5.5", "description": "Instance search UI component", "main": "dist/index.js", "scripts": { "dev": "webpack serve --config webpack.cdn.config.js", "build": "rm -rf dist && webpack && webpack --config webpack.cdn.config.js", "format": "prettier --write \"src/**/*.ts\"", "lint": "eslint ./src/**/*.ts", "prepare": "husky install" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "**/*.{ts,tsx,json}": [ "npm run lint", "npm run format" ] }, "repository": { "type": "git", "url": "git+https://github.com/necessarylion/search-js.git" }, "keywords": [ "search-js", "instance", "search", "algolia", "search", "searchjs", "ui" ], "author": "AJ", "license": "ISC", "bugs": { "url": "https://github.com/necessarylion/search-js/issues" }, "homepage": "https://github.com/necessarylion/search-js#readme", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.57.0", "css-loader": "^6.7.3", "eslint": "^8.37.0", "html-webpack-plugin": "^5.5.0", "husky": "^8.0.0", "lint-staged": "^13.2.0", "node-sass": "^8.0.0", "prettier": "^2.8.7", "sass-loader": "^13.2.1", "style-loader": "^3.3.2", "terser-webpack-plugin": "^5.3.7", "ts-loader": "^9.4.2", "typescript": "^5.0.2", "webpack": "^5.76.3", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.13.1" } }