Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.3.0 to 10.3.1. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.3.0...10.3.1) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"name": "mermaid-live-editor",
|
|
"version": "2.0.67",
|
|
"scripts": {
|
|
"dev": "svelte-kit dev",
|
|
"build": "svelte-kit build",
|
|
"preview": "svelte-kit preview",
|
|
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
|
|
"lint:fix": "prettier --write --plugin-search-dir=. . && eslint --fix --ignore-path .gitignore .",
|
|
"format": "prettier --write --plugin-search-dir=. .",
|
|
"pre-commit": "lint-staged",
|
|
"postinstall": "husky install"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/snapshot": "^2.1.7",
|
|
"@sveltejs/adapter-static": "1.0.0-next.11",
|
|
"@sveltejs/kit": "^1.0.0-next.109",
|
|
"@types/mermaid": "^8.2.7",
|
|
"@typescript-eslint/eslint-plugin": "^4.28.3",
|
|
"@typescript-eslint/parser": "^4.28.3",
|
|
"autoprefixer": "^10.3.1",
|
|
"chai": "^4.3.4",
|
|
"cssnano": "^5.0.6",
|
|
"cypress": "^7.7.0",
|
|
"cypress-localstorage-commands": "^1.4.5",
|
|
"eslint": "^7.30.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-cypress": "^2.11.3",
|
|
"eslint-plugin-mocha": "^9.0.0",
|
|
"eslint-plugin-postcss-modules": "^1.2.1",
|
|
"eslint-plugin-svelte3": "^3.2.0",
|
|
"eslint-plugin-tailwindcss": "^1.14.1",
|
|
"husky": "^7.0.1",
|
|
"lint-staged": "^11.0.1",
|
|
"mocha": "^9.0.2",
|
|
"postcss": "^8.3.5",
|
|
"postcss-load-config": "^3.1.0",
|
|
"prettier": "~2.3.2",
|
|
"prettier-plugin-svelte": "^2.3.1",
|
|
"svelte": "^3.38.3",
|
|
"svelte-preprocess": "^4.7.4",
|
|
"tailwindcss": "^2.2.4",
|
|
"tslib": "^2.3.0",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@analytics/google-analytics": "^0.5.3",
|
|
"@macfja/svelte-persistent-store": "^1.1.1",
|
|
"analytics": "^0.7.5",
|
|
"js-base64": "^3.6.1",
|
|
"mermaid": "^8.11.0",
|
|
"moment": "^2.29.1",
|
|
"monaco-editor": "^0.25.2",
|
|
"random-word-slugs": "^0.0.2"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,svelte,js,css,md,json}": [
|
|
"prettier --plugin-search-dir=. --write",
|
|
"eslint --ignore-path .gitignore "
|
|
]
|
|
},
|
|
"volta": {
|
|
"node": "14.16.1",
|
|
"yarn": "1.22.10",
|
|
"npm": "7.11.2"
|
|
}
|
|
}
|