🏡 index : ~doyle/chartered.git

{
    "name": "chartered-frontend-svelte",
    "version": "0.0.1",
    "private": true,
    "scripts": {
        "dev": "vite dev",
        "build": "vite build",
        "preview": "vite preview",
        "test": "playwright test",
        "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
        "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
        "lint": "prettier --check . && eslint . && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
        "format": "prettier --write ."
    },
    "devDependencies": {
        "@playwright/test": "^1.25.0",
        "@sveltejs/kit": "next",
        "@sveltejs/adapter-static": "^1.0.0-next.42",
        "@tailwindcss/forms": "^0.5.3",
        "@tailwindcss/typography": "^0.5.7",
        "@types/feather-icons": "^4.7.0",
        "@types/lodash": "^4.14.184",
        "@types/luxon": "^3.0.1",
        "@typescript-eslint/eslint-plugin": "^5.27.0",
        "@typescript-eslint/parser": "^5.27.0",
        "autoprefixer": "^10.4.8",
        "eslint": "^8.16.0",
        "eslint-config-prettier": "^8.3.0",
        "eslint-plugin-svelte3": "^4.0.0",
        "feather-icons": "^4.29.0",
        "luxon": "^3.0.3",
        "postcss": "^8.4.16",
        "prettier": "^2.6.2",
        "prettier-plugin-svelte": "^2.7.0",
        "svelte": "^3.44.0",
        "svelte-check": "^2.7.1",
        "svelte-preprocess": "^4.10.6",
        "tailwindcss": "^3.1.8",
        "tslib": "^2.3.1",
        "typescript": "^4.7.4",
        "vite": "^3.1.0-beta.1"
    },
    "type": "module",
    "dependencies": {
        "lodash": "^4.17.21",
        "svelte-markdown": "^0.2.3"
    }
}