aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/package.json
blob: 29ccc3f258b9cc36ad63144e5ff8deb32da83d8f (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
{
  "name": "@meetfranz/forms",
  "version": "1.2.1",
  "description": "React form components for Franz",
  "main": "lib/index.js",
  "scripts": {
    "dev": "tsc -w",
    "prepare": "tsc"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meetfranz/franz.git"
  },
  "keywords": [
    "Franz",
    "Forms",
    "React",
    "UI"
  ],
  "author": "Amine Mouafik <amine@mouafik.fr>",
  "license": "Apache-2.0",
  "dependencies": {
    "@mdi/js": "3.3.92",
    "@mdi/react": "1.5.0",
    "@meetfranz/theme": "file:../theme",
    "csstype": "3.0.8",
    "react-loader": "2.4.7"
  },
  "peerDependencies": {
    "classnames": "2.3.1",
    "react": "16.14.0",
    "react-dom": "16.14.0",
    "react-jss": "8.6.1"
  },
  "gitHead": "00db2bddccb8bb8ad7d29b8d032876c798b8bbf3"
}