UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

87 lines (86 loc) 2.64 kB
{ "name": "@hypothesis/frontend-shared", "version": "5.2.0", "description": "Shared components, styles and utilities for Hypothesis projects", "license": "BSD-2-Clause", "repository": "hypothesis/frontend-shared", "devDependencies": { "@babel/cli": "^7.1.6", "@babel/core": "^7.1.6", "@babel/preset-env": "^7.1.6", "@babel/preset-react": "^7.0.0", "@hypothesis/frontend-build": "^1.0.1", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^13.0.5", "@rollup/plugin-virtual": "^2.0.3", "autoprefixer": "^10.3.7", "axe-core": "^4.0.0", "babel-plugin-istanbul": "^6.0.0", "babel-plugin-mockable-imports": "^2.0.0", "chai": "^4.1.2", "classnames": "^2.2.6", "enzyme": "^3.8.0", "enzyme-adapter-preact-pure": "^4.0.1", "eslint": "^8.7.0", "eslint-config-hypothesis": "^2.5.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-mocha": "^10.0.3", "eslint-plugin-react": "^7.12.4", "eslint-plugin-react-hooks": "^4.0.4", "express": "^4.17.1", "fancy-log": "^2.0.0", "gulp": "^4.0.0", "karma": "^6.3.4", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.1.0", "karma-coverage-istanbul-reporter": "^3.0.3", "karma-mocha": "^2.0.0", "karma-mocha-reporter": "^2.0.4", "karma-sinon": "^1.0.5", "karma-source-map-support": "^1.4.0", "mocha": "10.0.0", "mustache": "^4.2.0", "mustache-express": "^1.3.0", "postcss": "^8.3.9", "preact": "^10.5.6", "prettier": "^2.2.1", "puppeteer": "^15.1.1", "rollup": "^2.58.0", "rollup-plugin-string": "^3.0.0", "sass": "^1.43.2", "sinon": "^14.0.0", "svgo": "^2.8.0", "tailwindcss": "3.1.6", "typescript": "^4.1.5", "yalc": "^1.0.0-pre.50" }, "peerDependencies": { "preact": "^10.4.0" }, "scripts": { "build-lib": "babel src --out-dir lib/ --source-maps --ignore '**/test' --ignore '**/karma.config.js'", "build": "yarn build-lib && tsc --build src/tsconfig.json", "typecheck": "tsc --build src/tsconfig.json", "lint": "eslint .", "checkformatting": "prettier --check '**/*.{js,scss,md}'", "format": "prettier --list-different --write '**/*.{js,scss,md}'", "test": "gulp test", "push": "yarn build && yalc push" }, "prettier": { "arrowParens": "avoid", "singleQuote": true }, "files": [ "lib", "styles", "images" ], "type": "module", "main": "./lib/index.js", "browserslist": "chrome 70, firefox 70, safari 11.1", "dependencies": { "highlight.js": "^11.6.0" } }