Shuunen/c-est-donne

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "$schema": "https://json.schemastore.org/package.json",
  "author": "Romain Racamier-Lafon <romain.racamier@gmail.com>",
  "bugs": "https://github.com/Shuunen/c-est-donne/issues",
  "dependencies": {
    "@auth0/auth0-vue": "2.3",
    "@shoelace-style/shoelace": "2.15",
    "shuutils": "8.1",
    "vue": "3.4",
    "vue3-carousel": "0.3"
  },
  "description": "Donations between friends made easy !",
  "devDependencies": {
    "@types/node": "20",
    "@vitejs/plugin-vue": "5",
    "@vitest/coverage-v8": "1.6",
    "autoprefixer": "10",
    "eslint": "8.57",
    "eslint-config-hardcore": "47",
    "eslint-plugin-tailwindcss": "3",
    "postcss": "8",
    "repo-check": "1.36",
    "rollup-plugin-visualizer": "5.12",
    "tailwindcss": "3.4",
    "typescript": "5.4",
    "vite": "5.3",
    "vitest": "1.6",
    "vue-tsc": "2.0"
  },
  "files": [
    "src"
  ],
  "homepage": "https://github.com/Shuunen/c-est-donne",
  "keywords": [
    "donate",
    "friends",
    "second-life"
  ],
  "license": "A-GPL-3.0",
  "name": "c-est-donne",
  "private": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/Shuunen/c-est-donne.git"
  },
  "scripts": {
    "build": "vue-tsc --noEmit && echo vue-tsc success && vite build && pnpm mark && echo build success",
    "build:watch": "watchlist public src -eager -- pnpm build",
    "check": "pnpm install && echo install success && pnpm build && repo-check && pnpm lint && pnpm test && echo check success",
    "dev": "vite",
    "lint": "tsc --noEmit && echo tsc success && eslint --cache --fix --ext .cjs,.js,.ts,.html,.vue . && echo lint success",
    "lint:watch": "watchlist src tests -eager -- pnpm lint",
    "mark": "unique-mark dist/**/*.{html,js}",
    "postversion": "git push && git push --tags",
    "preversion": "pnpm check",
    "preview": "vite preview",
    "test": "vitest --run --coverage && echo test success",
    "test:update": "vitest --run --update && echo test update success",
    "test:watch": "vitest --coverage"
  },
  "type": "module",
  "version": "1.0.0"
}