Socket
Socket
Sign inDemoInstall

svelte-kanban

Package Overview
Dependencies
198
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.92 to 0.0.93

.eslintrc.cjs

122

package.json
{
"name": "svelte-kanban",
"version": "0.0.92",
"repository": {
"type": "git",
"url": "https://github.com/V-Py/svelte-kanban"
},
"bugs": {
"url": "https://github.com/V-Py/svelte-kanban/issues"
},
"author": {
"name": "Valentin Py",
"email": "valentin.pyb@gmail.com",
"url": "https://github.com/V-Py"
},
"keywords": [
"svelte",
"kanban",
"svelte-kanban",
"js-kanban",
"drag-n-drop",
"trello-like"
],
"exports": {
"./package.json": "./package.json",
"./class/Lang": "./class/Lang.js",
"./class/Lang.js.map": "./class/Lang.js.map",
"./components/AddColumnBtn.svelte": "./components/AddColumnBtn.svelte",
"./components/Card.svelte": "./components/Card.svelte",
"./components/Column/Column.svelte": "./components/Column/Column.svelte",
"./components/Column/OptionsColumn.svelte": "./components/Column/OptionsColumn.svelte",
"./Kanban.svelte": "./Kanban.svelte",
"./stores/store": "./stores/store.js",
"./styles/colors.scss": "./styles/colors.scss",
".": "./Kanban.svelte"
},
"devDependencies": {
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"autoprefixer": "^10.3.7",
"cssnano": "^5.0.8",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"postcss": "^8.3.9",
"postcss-load-config": "^3.1.0",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"svelte": "^3.42.6",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.8",
"tailwindcss": "^2.2.16",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"type": "module",
"dependencies": {
"node-sass": "^6.0.1",
"svelte2tsx": "^0.4.10"
},
"svelte": "./Kanban.svelte"
}
"name": "svelte-kanban",
"version": "0.0.93",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"repository": {
"type": "git",
"url": "https://github.com/V-Py/svelte-kanban"
},
"bugs": {
"url": "https://github.com/V-Py/svelte-kanban/issues"
},
"author": {
"name": "Valentin Py",
"email": "valentin.pyb@gmail.com",
"url": "https://github.com/V-Py"
},
"keywords": [
"svelte",
"kanban",
"svelte-kanban",
"js-kanban",
"drag-n-drop",
"trello-like"
],
"exports": {
".": "./Kanban.svelte"
},
"devDependencies": {
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"autoprefixer": "^10.3.7",
"cssnano": "^5.0.8",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"postcss": "^8.3.9",
"postcss-load-config": "^3.1.0",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"svelte": "^3.42.6",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.8",
"tailwindcss": "^2.2.16",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"type": "module",
"dependencies": {
"node-sass": "^6.0.1",
"svelte2tsx": "^0.4.10"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc