forked from primefaces/primereact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-build.json
53 lines (53 loc) · 1.62 KB
/
package-build.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
{
"name": "primereact",
"version": "9.0.0",
"private": false,
"author": "PrimeTek Informatics",
"description": "PrimeReact is an open source UI library for React featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 280+ ready to use UI blocks to build spectacular applications in no time.",
"homepage": "https://www.primefaces.org/primereact",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primereact.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/primefaces/primereact/issues"
},
"keywords": [
"primereact",
"react",
"hooks",
"next",
"nextjs",
"ui-kit",
"ui library",
"component library",
"material",
"material design",
"bootstrap",
"tailwind theme",
"dark theme",
"react components",
"responsive components"
],
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"primeicons": "^5.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"dependencies": {
"@types/react-transition-group": "^4.4.1",
"react-transition-group": "^4.4.1"
},
"sideEffects": [
"**/*.css"
],
"unpkg": "primereact.all.min.js",
"jsdelivr": "primereact.all.min.js"
}