aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-15 16:22:25 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-15 16:22:25 +0530
commitec15f83b947fb2daf4ca1a72e3af527dc89512a3 (patch)
treeea049cee5184a58b5bc09505e723cd19a736c4bd /packages/forms/package.json
parentchore: move 'packages/ui' into 'src' (no longer an injected package) (#2077) (diff)
downloadferdium-app-ec15f83b947fb2daf4ca1a72e3af527dc89512a3.tar.gz
ferdium-app-ec15f83b947fb2daf4ca1a72e3af527dc89512a3.tar.zst
ferdium-app-ec15f83b947fb2daf4ca1a72e3af527dc89512a3.zip
chore: move 'packages/forms' into 'src' (no longer an injected package) (#2079)
Diffstat (limited to 'packages/forms/package.json')
-rw-r--r--packages/forms/package.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/packages/forms/package.json b/packages/forms/package.json
deleted file mode 100644
index f073221bc..000000000
--- a/packages/forms/package.json
+++ /dev/null
@@ -1,33 +0,0 @@
1{
2 "name": "@meetfranz/forms",
3 "version": "1.2.1",
4 "description": "React form 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": "Amine Mouafik <amine@mouafik.fr>",
24 "license": "Apache-2.0",
25 "dependencies": {
26 "@mdi/js": "3.3.92",
27 "@mdi/react": "1.5.0",
28 "@meetfranz/theme": "file:../theme",
29 "csstype": "3.0.8",
30 "react-loader": "2.4.7"
31 },
32 "gitHead": "00db2bddccb8bb8ad7d29b8d032876c798b8bbf3"
33}