summaryrefslogtreecommitdiffstats
path: root/packages/ui/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/package.json')
-rw-r--r--packages/ui/package.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json
new file mode 100644
index 000000000..cd7252850
--- /dev/null
+++ b/packages/ui/package.json
@@ -0,0 +1,41 @@
1{
2 "name": "@meetfranz/ui",
3 "version": "0.0.0",
4 "description": "React UI components for Franz",
5 "main": "lib/index.js",
6 "scripts": {
7 "dev": "NODE_ENV=development ../../node_modules/.bin/webpack -w",
8 "prepare": "../../node_modules/.bin/webpack"
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/js": "^3.3.92",
27 "@mdi/react": "^1.1.0",
28 "@meetfranz/theme": "file:../theme",
29 "react-loader": "^2.4.5"
30 },
31 "peerDependencies": {
32 "classnames": "^2.2.6",
33 "lodash": "^4.17.11",
34 "mobx": "^5.8.0",
35 "mobx-react": "^5.4.3",
36 "react": "^16.7.0",
37 "react-dom": "16.7.0",
38 "react-jss": "^8.6.1"
39 },
40 "gitHead": "e31248830eb63c8bff3d9add3baa4ca8916b74e1"
41}