UNPKG

@eightshift/frontend-libs

Version:

A collection of useful frontend utility modules. powered by Eightshift

103 lines (102 loc) 2.66 kB
{ "name": "@eightshift/frontend-libs", "version": "14.0.0", "description": "A collection of useful frontend utility modules. powered by Eightshift", "author": { "name": "Eightshift team", "email": "team@eightshift.com", "url": "https://eightshift.com/" }, "repository": { "type": "git", "url": "git+https://github.com/infinum/eightshift-frontend-libs.git" }, "keywords": [ "frontend", "scss", "mixin", "js", "utility", "module", "WordPress" ], "bugs": { "url": "https://github.com/infinum/eightshift-frontend-libs/issues" }, "scripts": { "lintStyle": "stylelint **/*.scss", "lintJs": "eslint blocks/ webpack/ scripts/ linters/", "lint": "npm run lintJs && npm run lintStyle", "prepare": "husky" }, "homepage": "https://github.com/infinum/eightshift-frontend-libs#readme", "license": "MIT", "dependencies": { "@dnd-kit/core": "^6.1.0", "@dnd-kit/modifiers": "^7.0.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", "@eightshift/ui-components": "^3.0.1", "@stylistic/eslint-plugin-js": "^2.10.1", "@stylistic/stylelint-plugin": "^3.1.1", "@swc/core": "^1.9.1", "@uidotdev/usehooks": "^2.4.1", "@wordpress/api-fetch": "^7.11.0", "@wordpress/block-editor": "^14.6.0", "@wordpress/dependency-extraction-webpack-plugin": "^5.9.0", "@wordpress/dom-ready": "^4.11.0", "@wordpress/server-side-render": "^5.11.0", "autoprefixer": "^10.4.20", "clean-webpack-plugin": "^4.0.0", "core-js": "^3.39.0", "css-loader": "^7.1.2", "css-minimizer-webpack-plugin": "^7.0.0", "eslint": "^9.14.0", "file-loader": "^6.2.0", "globals": "^15.12.0", "husky": "^9.1.6", "import-glob": "^1.5.0", "media-blender": "^2.1.0", "mini-css-extract-plugin": "^2.9.2", "postcss": "^8.4.47", "postcss-loader": "^8.1.1", "postcss-scss": "^4.0.9", "promisify-child-process": "^4.1.2", "raw-loader": "^4.0.2", "regenerator-runtime": "^0.14.1", "sass": "^1.80.6", "sass-loader": "^16.0.3", "style-loader": "^4.0.0", "stylelint": "^16.10.0", "stylelint-config-standard": "^36.0.1", "stylelint-config-standard-scss": "^13.1.0", "swc-loader": "^0.2.6", "terser-webpack-plugin": "^5.3.10", "webpack": "^5.96.1", "webpack-cli": "^5.1.4", "webpack-manifest-plugin": "^5.0.0", "webpack-merge": "^6.0.1" }, "devDependencies": { "lint-staged": "^15.2.10", "micromodal": "^0.4.10", "ol": "^10.2.1", "ol-mapbox-style": "^12.3.5", "swiper": "^11.1.14" }, "sideEffects": false, "lint-staged": { "*.scss": [ "npm run lintStyle" ], "*.js": [ "npm run lintJs" ], "*.php": [ "composer test" ] }, "browserslist": [ ">= 0.25%" ] }