75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"name": "mermaid-live-editor",
|
|
"version": "2.0.67",
|
|
"scripts": {
|
|
"dev": "svelte-kit dev --host 0.0.0.0",
|
|
"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",
|
|
"test": "cypress run",
|
|
"cy": "cypress open"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/snapshot": "^2.1.7",
|
|
"@sveltejs/adapter-static": "1.0.0-next.26",
|
|
"@sveltejs/kit": "1.0.0-next.232",
|
|
"@types/mermaid": "^8.2.7",
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
"@typescript-eslint/parser": "^4.33.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"chai": "^4.3.4",
|
|
"cssnano": "^5.0.14",
|
|
"cypress": "9.3.1",
|
|
"cypress-localstorage-commands": "^1.6.1",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
"eslint-plugin-es": "^4.1.0",
|
|
"eslint-plugin-mocha": "^10.0.3",
|
|
"eslint-plugin-postcss-modules": "^2.0.0",
|
|
"eslint-plugin-svelte3": "^3.4.0",
|
|
"eslint-plugin-tailwindcss": "^3.3.0",
|
|
"husky": "^7.0.4",
|
|
"lint-staged": "^12.2.0",
|
|
"mocha": "^9.1.4",
|
|
"node-html-parser": "^5.2.0",
|
|
"postcss": "^8.4.5",
|
|
"postcss-load-config": "^3.1.1",
|
|
"prettier": "~2.5.1",
|
|
"prettier-plugin-svelte": "^2.6.0",
|
|
"svelte": "^3.46.2",
|
|
"svelte-preprocess": "^4.10.2",
|
|
"tailwindcss": "^3.0.13",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@analytics/google-analytics": "^0.5.3",
|
|
"@macfja/svelte-persistent-store": "^1.2.0",
|
|
"analytics": "^0.7.21",
|
|
"daisyui": "1.21.0",
|
|
"js-base64": "^3.7.2",
|
|
"mermaid": "8.13.8",
|
|
"moment": "^2.29.1",
|
|
"monaco-editor": "^0.31.1",
|
|
"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": "14.16.1",
|
|
"yarn": "1.22.10",
|
|
"npm": "7.11.2"
|
|
}
|
|
}
|