@steeze-ui/tabler-icons
Advanced tools
Comparing version 2.1.1 to 3.0.0
137
package.json
{ | ||
"name": "@steeze-ui/tabler-icons", | ||
"description": "Icon Sources (based on @tabler/icons) built for @steeze-ui/icons", | ||
"version": "2.1.1", | ||
"svelte": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"svelte": "./dist/index.js" | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"!dist/**/*.test.*", | ||
"!dist/**/*.spec.*" | ||
], | ||
"devDependencies": { | ||
"@tabler/icons": "^2.22.0", | ||
"@sveltejs/adapter-auto": "^2.1.0", | ||
"@sveltejs/kit": "^1.20.4", | ||
"@sveltejs/package": "^2.0.2", | ||
"prettier": "^2.8.8", | ||
"prettier-plugin-svelte": "^2.10.1", | ||
"publint": "^0.1.12", | ||
"svelte": "^3.59.1", | ||
"svelte-check": "^3.4.3", | ||
"tslib": "^2.5.3", | ||
"typescript": "^5.1.3", | ||
"vite": "^4.3.9", | ||
"@steeze-ui/icons": "^2.1.0", | ||
"@steeze-ui/svelte-icon": "^1.5.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/steeze-ui/icons.git", | ||
"directory": "packages/builders/tabler-icons-builder" | ||
}, | ||
"keywords": [ | ||
"raw", | ||
"icons", | ||
"tabler", | ||
"tabler-icons", | ||
"outline", | ||
"steeze" | ||
], | ||
"author": "Justin Voitel <mail@justinv.me>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/steeze-ui/icons/issues" | ||
}, | ||
"homepage": "https://github.com/steeze-ui/icons#readme", | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"scripts": { | ||
"dev": "vite dev", | ||
"build": "vite build && npm run package", | ||
"preview": "vite preview", | ||
"package": "pnpm build:icons && svelte-kit sync && svelte-package && publint", | ||
"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 .", | ||
"format": "prettier --plugin-search-dir . --write .", | ||
"build:icons": "node build.js" | ||
} | ||
"name": "@steeze-ui/tabler-icons", | ||
"description": "Icon Sources (based on @tabler/icons) built for @steeze-ui/icons", | ||
"version": "3.0.0", | ||
"scripts": { | ||
"dev": "vite dev", | ||
"build": "vite build && npm run package", | ||
"preview": "vite preview", | ||
"package": "pnpm build:icons && 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 .", | ||
"format": "prettier --plugin-search-dir . --write .", | ||
"build:icons": "node build.js" | ||
}, | ||
"svelte": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"svelte": "./dist/index.js" | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"!dist/**/*.test.*", | ||
"!dist/**/*.spec.*" | ||
], | ||
"devDependencies": { | ||
"@steeze-ui/icons": "workspace:^", | ||
"@steeze-ui/svelte-icon": "workspace:^", | ||
"@sveltejs/adapter-auto": "^2.1.0", | ||
"@sveltejs/kit": "^1.20.4", | ||
"@sveltejs/package": "^2.0.2", | ||
"@tabler/icons": "^3.1.0", | ||
"prettier": "^2.8.8", | ||
"prettier-plugin-svelte": "^2.10.1", | ||
"publint": "^0.1.12", | ||
"svelte": "^3.59.1", | ||
"svelte-check": "^3.4.3", | ||
"tslib": "^2.5.3", | ||
"typescript": "^5.1.3", | ||
"vite": "^4.3.9" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/steeze-ui/icons.git", | ||
"directory": "packages/builders/tabler-icons-builder" | ||
}, | ||
"keywords": [ | ||
"raw", | ||
"icons", | ||
"tabler", | ||
"tabler-icons", | ||
"outline", | ||
"steeze" | ||
], | ||
"author": "Justin Voitel <mail@justinv.me>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/steeze-ui/icons/issues" | ||
}, | ||
"homepage": "https://github.com/steeze-ui/icons#readme", | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
} | ||
} |
@@ -32,2 +32,3 @@ ## Overview | ||
| default | A outline version of the Icons | 24px | | ||
| filled | A filled version of the Icons | 24px | | ||
@@ -34,0 +35,0 @@ ### Other Icon Packs |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3323747
16625
47