eapenzacharias/todolist-v2

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "todolist-v2",
  "version": "1.0.0",
  "description": "> Build a To Do List JavaScript application",
  "private": true,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack",
    "watch": "webpack --watch",
    "start": "webpack serve --open"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eapenzacharias/todolist-v2.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/eapenzacharias/todolist-v2/issues"
  },
  "homepage": "https://github.com/eapenzacharias/todolist-v2#readme",
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "css-loader": "^6.5.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.25.2",
    "hint": "^6.1.7",
    "html-webpack-plugin": "^5.5.0",
    "style-loader": "^3.3.1",
    "stylelint": "^13.13.1",
    "stylelint-config-standard": "^21.0.0",
    "stylelint-csstree-validator": "^1.9.0",
    "stylelint-scss": "^3.21.0",
    "webpack": "^5.61.0",
    "webpack-cli": "^4.9.1",
    "webpack-dev-server": "^4.4.0"
  },
  "dependencies": {
    "lodash": "^4.17.21"
  }
}