UNPKG

@eeacms/volto-anchors

Version:

@eeacms/volto-anchors: Volto add-on

75 lines (74 loc) 2 kB
{ "name": "@eeacms/volto-anchors", "version": "1.0.1", "description": "@eeacms/volto-anchors: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", "license": "MIT", "homepage": "https://github.com/eea/volto-anchors", "keywords": [ "volto-addon", "volto", "plone", "react" ], "repository": { "type": "git", "url": "git@github.com:eea/volto-anchors.git" }, "dependencies": { "github-slugger": "1.4.0" }, "devDependencies": { "@cypress/code-coverage": "^3.10.0", "@plone/scripts": "*", "babel-plugin-transform-class-properties": "^6.24.1", "cypress": "13.1.0", "cypress-fail-fast": "^5.0.1", "dotenv": "^16.3.2", "husky": "^8.0.3", "lint-staged": "^14.0.1", "md5": "^2.3.0" }, "lint-staged": { "src/**/*.{js,jsx,ts,tsx,json}": [ "make lint-fix", "make prettier-fix" ], "src/**/*.{jsx}": [ "make i18n" ], "theme/**/*.{css,less}": [ "make stylelint-fix" ], "src/**/*.{css,less}": [ "make stylelint-fix" ], "theme/**/*.overrides": [ "make stylelint-fix" ], "src/**/*.overrides": [ "make stylelint-fix" ] }, "scripts": { "release": "release-it", "release-major-beta": "release-it major --preRelease=beta", "release-beta": "release-it --preRelease=beta", "bootstrap": "npm install -g ejs; npm link ejs; node bootstrap", "test": "make test", "test:fix": "make test-update", "pre-commit": "yarn stylelint:fix && yarn prettier:fix && yarn lint:fix", "stylelint": "make stylelint", "stylelint:overrides": "make stylelint-overrides", "stylelint:fix": "make stylelint-fix", "prettier": "make prettier", "prettier:fix": "make prettier-fix", "lint": "make lint", "lint:fix": "make lint-fix", "i18n": "make i18n", "cypress:run": "make cypress-run", "cypress:open": "make cypress-open", "prepare": "husky install" } }