aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/icons-angular/package.json23
-rw-r--r--packages/icons-iconfont/package.json23
-rw-r--r--packages/icons-preact/package.json23
-rw-r--r--packages/icons-react/package.json25
-rw-r--r--packages/icons-svetle/package.json23
-rw-r--r--packages/icons-vue-2/package.json23
-rw-r--r--packages/icons-vue-3/package.json23
-rw-r--r--packages/icons/package.json23
8 files changed, 186 insertions, 0 deletions
diff --git a/packages/icons-angular/package.json b/packages/icons-angular/package.json
new file mode 100644
index 00000000..43b8a837
--- /dev/null
+++ b/packages/icons-angular/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "@tabler/icons-angular",
+ "version": "2.0.0",
+ "author": "codecalm",
+ "license": "MIT",
+ "homepage": "https://tabler-icons.io",
+ "bugs": {
+ "url": "https://github.com/tabler/tabler-icons/issues"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/tabler/tabler-icons.git",
+ "directory": "packages/icons-angular"
+ },
+ "sideEffects": false,
+ "scripts": {
+ "clean": "rm -rf dist"
+ }
+}
diff --git a/packages/icons-iconfont/package.json b/packages/icons-iconfont/package.json
new file mode 100644
index 00000000..4aee60fb
--- /dev/null
+++ b/packages/icons-iconfont/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "@tabler/icons-iconfont",
+ "version": "2.0.0",
+ "author": "codecalm",
+ "license": "MIT",
+ "homepage": "https://tabler-icons.io",
+ "bugs": {
+ "url": "https://github.com/tabler/tabler-icons/issues"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/tabler/tabler-icons.git",
+ "directory": "packages/icons-iconfont"
+ },
+ "sideEffects": false,
+ "scripts": {
+ "clean": "rm -rf dist"
+ }
+}
diff --git a/packages/icons-preact/package.json b/packages/icons-preact/package.json
new file mode 100644
index 00000000..850251a6
--- /dev/null
+++ b/packages/icons-preact/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "@tabler/icons-preact",
+ "version": "2.0.0",
+ "author": "codecalm",
+ "license": "MIT",
+ "homepage": "https://tabler-icons.io",
+ "bugs": {
+ "url": "https://github.com/tabler/tabler-icons/issues"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/tabler/tabler-icons.git",
+ "directory": "packages/icons-preact"
+ },
+ "sideEffects": false,
+ "scripts": {
+ "clean": "rm -rf dist"
+ }
+}
diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json
new file mode 100644
index 00000000..58321f8c
--- /dev/null
+++ b/packages/icons-react/package.json
@@ -0,0 +1,25 @@
+{
+ "name": "@tabler/icons-react",
+ "version": "2.0.0",
+ "author": "codecalm",
+ "license": "MIT",
+ "homepage": "https://tabler-icons.io",
+ "bugs": {
+ "url": "https://github.com/tabler/tabler-icons/issues"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/tabler/tabler-icons.git",
+ "directory": "packages/icons-react"
+ },
+ "sideEffects": false,
+ "scripts": {
+ "build": "yarn clean && yarn build:icons",
+ "build:icons": "echo 'Build icons React'",
+ "clean": "rm -rf dist && rm -rf ./src/icons/*.js"
+ }
+}
diff --git a/packages/icons-svetle/package.json b/packages/icons-svetle/package.json
new file mode 100644
index 00000000..bd042314
--- /dev/null
+++ b/packages/icons-svetle/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "@tabler/icons-svetle",
+ "version": "2.0.0",
+ "author": "codecalm",
+ "license": "MIT",
+ "homepage": "https://tabler-icons.io",
+ "bugs": {
+ "url": "https://github.com/tabler/tabler-icons/issues"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/tabler/tabler-icons.git",
+ "directory": "packages/icons-svetle"
+ },
+ "sideEffects": false,
+ "scripts": {
+ "clean": "rm -rf dist"
+ }
+}
diff --git a/packages/icons-vue-2/package.json b/packages/icons-vue-2/package.json
new file mode 100644
index 00000000..162e4034
--- /dev/null
+++ b/packages/icons-vue-2/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "@tabler/icons-vue-2",
+ "version": "2.0.0",
+ "author": "codecalm",
+ "license": "MIT",
+ "homepage": "https://tabler-icons.io",
+ "bugs": {
+ "url": "https://github.com/tabler/tabler-icons/issues"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/tabler/tabler-icons.git",
+ "directory": "packages/icons-vue-2"
+ },
+ "sideEffects": false,
+ "scripts": {
+ "clean": "rm -rf dist"
+ }
+}
diff --git a/packages/icons-vue-3/package.json b/packages/icons-vue-3/package.json
new file mode 100644
index 00000000..1daa9f2e
--- /dev/null
+++ b/packages/icons-vue-3/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "@tabler/icons-vue-3",
+ "version": "2.0.0",
+ "author": "codecalm",
+ "license": "MIT",
+ "homepage": "https://tabler-icons.io",
+ "bugs": {
+ "url": "https://github.com/tabler/tabler-icons/issues"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/tabler/tabler-icons.git",
+ "directory": "packages/icons-vue-3"
+ },
+ "sideEffects": false,
+ "scripts": {
+ "clean": "rm -rf dist"
+ }
+}
diff --git a/packages/icons/package.json b/packages/icons/package.json
new file mode 100644
index 00000000..416f0cfa
--- /dev/null
+++ b/packages/icons/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "@tabler/icons",
+ "version": "2.0.0",
+ "author": "codecalm",
+ "license": "MIT",
+ "homepage": "https://tabler-icons.io",
+ "bugs": {
+ "url": "https://github.com/tabler/tabler-icons/issues"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/tabler/tabler-icons.git",
+ "directory": "packages/icons"
+ },
+ "sideEffects": false,
+ "scripts": {
+ "clean": "rm -rf dist"
+ }
+}