All checks were successful
continuous-integration/drone/push Build is passing
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "@odit/linkylinky-dashboard",
|
|
"version": "0.4.5",
|
|
"scripts": {
|
|
"dev": "svelte-kit dev",
|
|
"build": "svelte-kit build",
|
|
"release": "release-it",
|
|
"preview": "svelte-kit preview",
|
|
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
|
|
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/kit": "1.0.0-next.324",
|
|
"autoprefixer": "^10.3.1",
|
|
"cssnano": "^5.0.6",
|
|
"eslint": "^8.0.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"postcss": "^8.3.5",
|
|
"postcss-load-config": "^3.1.0",
|
|
"prettier": "~2.6.0",
|
|
"prettier-plugin-svelte": "^2.2.0",
|
|
"release-it": "^15.0.0",
|
|
"svelte": "^3.34.0",
|
|
"svelte-preprocess": "^4.7.4",
|
|
"tailwindcss": "^3.0.0"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@sveltejs/adapter-static": "^1.0.0-next.16",
|
|
"axios": "^0.27.0",
|
|
"localforage": "^1.9.0"
|
|
},
|
|
"release-it": {
|
|
"git": {
|
|
"commit": true,
|
|
"requireCleanWorkingDir": false,
|
|
"commitMessage": "🚀RELEASE ${version}",
|
|
"git.commitArgs": [
|
|
"-S"
|
|
],
|
|
"git.tagArgs": [
|
|
"-S"
|
|
],
|
|
"push": true,
|
|
"tag": true,
|
|
"tagName": null,
|
|
"tagAnnotation": "${version}"
|
|
},
|
|
"npm": {
|
|
"publish": false
|
|
},
|
|
"hooks": {
|
|
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md"
|
|
}
|
|
}
|
|
}
|