aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/package.json
blob: 8dc9920c881ead9411a4971b63d78f085989a1ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "name": "@meetfranz/forms",
  "version": "1.0.4",
  "description": "React form 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 <stefan@adlk.io>",
  "license": "Apache-2.0",
  "dependencies": {
    "@mdi/js": "^3.3.92",
    "@mdi/react": "^1.1.0",
    "@meetfranz/theme": "^1.0.4",
    "react-html-attributes": "^1.4.3",
    "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"
}