aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ui/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/package.json')
-rw-r--r--packages/ui/package.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json
deleted file mode 100644
index 0de76a98b..000000000
--- a/packages/ui/package.json
+++ /dev/null
@@ -1,31 +0,0 @@
1{
2 "name": "@meetfranz/ui",
3 "version": "1.1.0",
4 "description": "React UI components for Franz",
5 "main": "lib/index.js",
6 "scripts": {
7 "dev": "tsc -w",
8 "build": "tsc"
9 },
10 "publishConfig": {
11 "access": "public"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/meetfranz/franz.git"
16 },
17 "keywords": [
18 "Franz",
19 "Forms",
20 "React",
21 "UI"
22 ],
23 "author": "Stefan Malzner <stefan@adlk.io>",
24 "license": "Apache-2.0",
25 "dependencies": {
26 "@mdi/react": "1.5.0",
27 "@meetfranz/theme": "file:../theme",
28 "react-loader": "2.4.7"
29 },
30 "gitHead": "254da30f801169fac376bda1439b46cabbb491ad"
31}