Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pablof7z committed Aug 12, 2023
1 parent 417281d commit 7e21805
Showing 1 changed file with 83 additions and 83 deletions.
166 changes: 83 additions & 83 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,86 +1,86 @@
{
"name": "@nostr-dev-kit/ndk-svelte-components",
"version": "0.8.12",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --write .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prettify": "prettier --write ."
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^3.54.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.2.0",
"@storybook/addon-interactions": "^7.2.0",
"@storybook/addon-links": "^7.2.0",
"@storybook/blocks": "^7.2.0",
"@storybook/manager-api": "^7.2.0",
"@storybook/svelte": "^7.2.0",
"@storybook/sveltekit": "^7.2.0",
"@storybook/testing-library": "^0.2.0",
"@storybook/theming": "^7.2.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.22.4",
"@sveltejs/package": "^2.2.0",
"@types/ramda": "^0.29.3",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-svelte": "^2.32.4",
"mdsvex": "^0.11.0",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"prettier-plugin-svelte": "^3.0.3",
"publint": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.2.3",
"svelte": "^4.1.2",
"svelte-check": "^3.4.6",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.8"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"dependencies": {
"@nostr-dev-kit/ndk": "^0.8.12",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"classnames": "^2.3.2",
"hurdak": "github:ConsignCloud/hurdak",
"isomorphic-dompurify": "^1.8.0",
"marked": "^7.0.1",
"marked-gfm-heading-id": "^3.0.6",
"marked-mangle": "^1.1.2",
"nostr-tools": "^1.14.0",
"ramda": "^0.29.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"svelte-preprocess": "^5.0.4"
"name": "@nostr-dev-kit/ndk-svelte-components",
"version": "0.8.13-0",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --write .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prettify": "prettier --write ."
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^4.1"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.2.0",
"@storybook/addon-interactions": "^7.2.0",
"@storybook/addon-links": "^7.2.0",
"@storybook/blocks": "^7.2.0",
"@storybook/manager-api": "^7.2.0",
"@storybook/svelte": "^7.2.0",
"@storybook/sveltekit": "^7.2.0",
"@storybook/testing-library": "^0.2.0",
"@storybook/theming": "^7.2.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.22.4",
"@sveltejs/package": "^2.2.0",
"@types/ramda": "^0.29.3",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-svelte": "^2.32.4",
"mdsvex": "^0.11.0",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"prettier-plugin-svelte": "^3.0.3",
"publint": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.2.3",
"svelte": "^4.1.2",
"svelte-check": "^3.4.6",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.8"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"dependencies": {
"@nostr-dev-kit/ndk": "^0.8.12",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"classnames": "^2.3.2",
"hurdak": "github:ConsignCloud/hurdak",
"isomorphic-dompurify": "^1.8.0",
"marked": "^7.0.1",
"marked-gfm-heading-id": "^3.0.6",
"marked-mangle": "^1.1.2",
"nostr-tools": "^1.14.0",
"ramda": "^0.29.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"svelte-preprocess": "^5.0.4"
}
}

0 comments on commit 7e21805

Please sign in to comment.