aboutsummaryrefslogtreecommitdiff
path: root/packages/icons-react/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/icons-react/package.json')
-rw-r--r--packages/icons-react/package.json25
1 files changed, 25 insertions, 0 deletions
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"
+ }
+}