Some checks failed
continuous-integration/drone/push Build is failing
lfk-library, snowpack@3.0.10 & svelte plugin
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "@odit/lfk-frontend",
|
|
"version": "0.2.1",
|
|
"scripts": {
|
|
"i18n-order": "node order.js",
|
|
"dev": "snowpack dev",
|
|
"build": "snowpack build",
|
|
"build:sw": "workbox generateSW workbox-config.js",
|
|
"release": "release-it",
|
|
"licenses:export": "license-exporter --json -o public"
|
|
},
|
|
"dependencies": {
|
|
"@odit/lfk-client-js": "0.0.12",
|
|
"filepond": "4.25.1",
|
|
"gridjs": "3.2.1",
|
|
"localforage": "1.9.0",
|
|
"lodash.isequal": "^4.5.0",
|
|
"svelte-filepond": "0.0.1",
|
|
"svelte-focus-trap": "1.0.1",
|
|
"svelte-i18n": "3.3.0",
|
|
"tailwindcss": "2.0.2",
|
|
"tinro": "0.5.6",
|
|
"toastify-js": "1.9.3",
|
|
"validator": "13.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@odit/license-exporter": "0.0.9",
|
|
"@snowpack/plugin-svelte": "3.5.1",
|
|
"auto-changelog": "^2.2.1",
|
|
"autoprefixer": "10.2.1",
|
|
"postcss": "8.2.4",
|
|
"postcss-load-config": "3.0.0",
|
|
"release-it": "^14.2.2",
|
|
"snowpack": "3.0.10",
|
|
"svelte": "3.31.2",
|
|
"svelte-preprocess": "4.6.1",
|
|
"workbox-cli": "6.0.2"
|
|
},
|
|
"release-it": {
|
|
"git": {
|
|
"commit": true,
|
|
"requireCleanWorkingDir": false,
|
|
"commitMessage": "🚀RELEASE v${version}",
|
|
"push": false,
|
|
"tag": true,
|
|
"tagName": null,
|
|
"tagAnnotation": "v${version}"
|
|
},
|
|
"npm": {
|
|
"publish": false
|
|
},
|
|
"hooks": {
|
|
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node versionbuilder.js && git add public/index.html && node order.js && git add src/locales"
|
|
}
|
|
}
|
|
}
|