From 9a5b313ea12bdb9dc3e3873ca3a2639bd7483e46 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Mon, 28 Jan 2019 11:35:25 +0100 Subject: Update packages --- packages/ui/package.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 packages/ui/package.json (limited to 'packages/ui/package.json') 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 @@ +{ + "name": "@meetfranz/ui", + "version": "0.0.0", + "description": "React UI components for Franz", + "main": "lib/index.js", + "scripts": { + "dev": "NODE_ENV=development ../../node_modules/.bin/webpack -w", + "prepare": "../../node_modules/.bin/webpack" + }, + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/meetfranz/franz.git" + }, + "keywords": [ + "Franz", + "Forms", + "React", + "UI" + ], + "author": "Stefan Malzner ", + "license": "Apache-2.0", + "dependencies": { + "@mdi/js": "^3.3.92", + "@mdi/react": "^1.1.0", + "@meetfranz/theme": "file:../theme", + "react-loader": "^2.4.5" + }, + "peerDependencies": { + "classnames": "^2.2.6", + "lodash": "^4.17.11", + "mobx": "^5.8.0", + "mobx-react": "^5.4.3", + "react": "^16.7.0", + "react-dom": "16.7.0", + "react-jss": "^8.6.1" + }, + "gitHead": "e31248830eb63c8bff3d9add3baa4ca8916b74e1" +} -- cgit v1.2.3-54-g00ecf