UNPKG

wc-byor

Version:

[![Thoughtworks](https://circleci.com/gh/thoughtworks/build-your-own-radar.svg?style=shield)](https://circleci.com/gh/thoughtworks/build-your-own-radar) [![Stars](https://badgen.net/github/stars/thoughtworks/build-your-own-radar)](https://github.com/thoug

89 lines 2.46 kB
{ "name": "wc-byor", "version": "1.1.0", "description": "", "main": "./lib/main.js", "module": "./lib/main.js", "files": [ "lib" ], "scripts": { "build": "webpack --mode production --config webpack.prod.js", "build:lib": "webpack --mode production --config webpack.lib.js", "dev": "webpack-dev-server --mode development --config webpack.dev.js", "test": "jasmine", "test:watch": "npx nodemon --ext js --exec 'jasmine'", "test:e2e": "cypress run --env host=$TEST_URL", "lint-prettier:check": "eslint . && prettier --check .", "lint-prettier:fix": "eslint . --fix && prettier --write .", "start": "cypress open --env host=$TEST_URL", "serve": "webpack-dev-server --mode production --config webpack.prod.js", "coverage": "nyc npm run test", "quality": "npm run lint-prettier:check && npm run coverage", "prepublishOnly": "npm run build:lib" }, "author": "Thoughtworks", "repository": { "type": "git", "url": "https://github.com/thoughtworks/build-your-own-radar" }, "keywords": [ "tech-radar" ], "license": "AGPL-3.0", "devDependencies": { "@babel/core": "^7.17.5", "@babel/preset-env": "^7.16.11", "babel-loader": "^8.2.3", "css-loader": "^6.7.1", "cssnano": "^5.1.1", "cypress": "^9.5.1", "dotenv": "^16.0.0", "eslint": "^8.10.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-jasmine": "^4.1.3", "expose-loader": "^3.1.0", "html-webpack-plugin": "^5.5.0", "jasmine": "^4.0.2", "jsdom": "^19.0.0", "mini-css-extract-plugin": "^2.6.0", "mochawesome": "^7.1.2", "node-sass": "^7.0.1", "nyc": "^15.1.0", "postcss-loader": "^6.2.1", "postcss-preset-env": "^7.4.2", "prettier": "^2.5.1", "sass-loader": "^12.6.0", "style-loader": "^3.3.1", "webpack": "^5.70.0", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.7.4", "yargs": "^17.3.1" }, "dependencies": { "chance": "^1.1.8", "core-js": "^3.22.5", "d3": "^7.3.0", "d3-tip": "^0.7.1", "jquery": "^3.6.0", "jquery-ui": "^1.13.1", "lodash": "^4.17.21", "regenerator-runtime": "^0.13.9", "sanitize-html": "^2.7.0" }, "standard": { "globals": [ "Cypress", "cy", "XMLHttpRequest" ], "env": [ "jasmine" ], "ignore": [ "radar-spec.js", "ref-table-spec.js" ] } }