-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (65 loc) · 1.93 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "pjer-ui",
"version": "1.0.2",
"description": "UI Components - P.J - E.R",
"files": [
"*.md",
"lib",
"esm",
"src"
],
"main": "lib/index",
"module": "esm/index.js",
"sideEffects": false,
"authors": [
"Lucas Canavesio"
],
"repository": "https://github.com/stjerdev/pjer-ui",
"homepage": "https://github.com/stjerdev",
"bugs": "https://github.com/stjerdev/pjer-ui/issues",
"license": "MIT",
"typings": "lib/index.d.ts",
"directories": {
"src": "src"
},
"scripts": {
"build": "tsc",
"watch": "tsc --outDir esm --module es2015 --watch"
},
"devDependencies": {
"@jsonforms/core": "~2.5.2",
"@jsonforms/material-renderers": "~2.5.2",
"@jsonforms/react": "~2.5.2",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"@react-keycloak/ssr": "^3.3.0",
"keycloak-js": "^15.0.2",
"next": "^12.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"typescript": "4.2.3",
"rimraf": "^3.0.2"
},
"peerDependencies": {
"@jsonforms/core": "~2.5.2",
"@jsonforms/material-renderers": "~2.5.2",
"@jsonforms/react": "~2.5.2",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"@react-keycloak/ssr": "^3.3.0",
"keycloak-js": "^15.0.2",
"next": "^12.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8"
},
"dependencies": {},
"author": "Lucas Canavesio"
}