@eightshift/frontend-libs
Version:
A collection of useful frontend utility modules. powered by Eightshift
90 lines (89 loc) • 2.37 kB
JSON
{
"name": "@eightshift/frontend-libs",
"version": "17.1.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",
"test": "bun run lintStyle && bun run lintJs",
"prepare": "husky"
},
"homepage": "https://github.com/infinum/eightshift-frontend-libs#readme",
"license": "MIT",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@stylistic/eslint-plugin": "^5.10.0",
"@stylistic/stylelint-plugin": "^5.1.0",
"@swc/core": "^1.15.33",
"@wordpress/dependency-extraction-webpack-plugin": "^6.46.0",
"autoprefixer": "^10.5.0",
"browserslist": "^4.28.2",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^8.0.0",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^17.6.0",
"husky": "^9.1.7",
"lightningcss": "^1.32.0",
"mini-css-extract-plugin": "^2.10.2",
"postcss": "^8.5.15",
"postcss-loader": "^8.2.1",
"postcss-scss": "^4.0.9",
"sass": "^1.99.0",
"sass-loader": "^16.0.8",
"style-loader": "^4.0.0",
"stylelint": "^17.11.1",
"stylelint-config-standard": "^40.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"swc-loader": "^0.2.7",
"terser-webpack-plugin": "^5.6.0",
"use-sync-external-store": "^1.6.0",
"webpack": "^5.106.2",
"webpack-cli": "^7.0.2",
"webpack-manifest-plugin": "^6.0.1",
"webpack-merge": "^6.0.1"
},
"devDependencies": {
"@wordpress/api-fetch": "^7.46.0",
"lint-staged": "^16.4.0"
},
"peerDependencies": {
"@eightshift/ui-components": "^7.0.0"
},
"sideEffects": false,
"lint-staged": {
"*.js": "eslint",
"*.scss": "eslint"
},
"browserslist": [
">= 0.25%"
]
}