Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.30.6 to 5.30.7. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.30.7/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
92 lines
2.6 KiB
JSON
92 lines
2.6 KiB
JSON
{
|
|
"name": "mermaid-live-editor",
|
|
"version": "2.0.67",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite dev --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "prettier --check --cache --plugin-search-dir=. .;eslint --ignore-path .gitignore .",
|
|
"lint:fix": "prettier --write --cache --plugin-search-dir=. .;eslint --fix --ignore-path .gitignore .",
|
|
"format": "prettier --write --cache --plugin-search-dir=. .",
|
|
"pre-commit": "lint-staged",
|
|
"postinstall": "husky install; cypress cache prune; svelte-kit sync",
|
|
"test:unit": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:browser": "cypress run",
|
|
"test": "test:unit && test:browser",
|
|
"cy": "cypress open"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/snapshot": "2.1.7",
|
|
"@sveltejs/adapter-static": "1.0.0-next.38",
|
|
"@sveltejs/kit": "1.0.0-next.377",
|
|
"@testing-library/jest-dom": "5.16.4",
|
|
"@testing-library/svelte": "3.1.3",
|
|
"@types/mermaid": "8.2.9",
|
|
"@types/pako": "1.0.3",
|
|
"@typescript-eslint/eslint-plugin": "5.30.7",
|
|
"@typescript-eslint/parser": "5.30.7",
|
|
"@vitest/ui": "0.18.1",
|
|
"autoprefixer": "10.4.7",
|
|
"c8": "7.12.0",
|
|
"chai": "4.3.6",
|
|
"cssnano": "5.1.12",
|
|
"cy-verify-downloads": "0.1.8",
|
|
"cypress": "10.3.1",
|
|
"cypress-localstorage-commands": "2.1.0",
|
|
"eslint": "8.20.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-plugin-cypress": "2.12.1",
|
|
"eslint-plugin-es": "4.1.0",
|
|
"eslint-plugin-postcss-modules": "2.0.0",
|
|
"eslint-plugin-svelte3": "4.0.0",
|
|
"eslint-plugin-tailwindcss": "3.6.0",
|
|
"eslint-plugin-vitest": "0.0.8",
|
|
"husky": "8.0.1",
|
|
"jsdom": "20.0.0",
|
|
"lint-staged": "13.0.3",
|
|
"node-html-parser": "5.3.3",
|
|
"postcss": "8.4.14",
|
|
"postcss-load-config": "4.0.1",
|
|
"prettier": "2.7.1",
|
|
"prettier-plugin-svelte": "2.7.0",
|
|
"svelte": "3.49.0",
|
|
"svelte-preprocess": "4.10.7",
|
|
"tailwindcss": "3.1.6",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4",
|
|
"vite": "^3.0.2",
|
|
"vitest": "0.18.1",
|
|
"vitest-svelte-kit": "0.0.6"
|
|
},
|
|
"dependencies": {
|
|
"@analytics/google-analytics": "1.0.2",
|
|
"@macfja/svelte-persistent-store": "1.3.0",
|
|
"analytics": "0.8.1",
|
|
"daisyui": "2.19.1",
|
|
"js-base64": "3.7.2",
|
|
"mermaid": "9.1.3",
|
|
"moment": "2.29.4",
|
|
"monaco-editor": "0.33.0",
|
|
"monaco-mermaid": "1.0.6",
|
|
"pako": "2.0.4",
|
|
"random-word-slugs": "0.1.6"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,svelte,js,css,md,json}": [
|
|
"prettier --plugin-search-dir=. --write",
|
|
"eslint --ignore-path .gitignore "
|
|
]
|
|
},
|
|
"volta": {
|
|
"node": "18.5.0",
|
|
"yarn": "1.22.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.7"
|
|
}
|
|
}
|