-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.22 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
{
"name": "strapi-ratings-client-mui",
"version": "1.0.5-alpha.002",
"description": "React MUI components for Strapi Ratings plugin",
"scripts": {
"rollup": "rollup -c"
},
"keywords": [
"strapi",
"strapi-plugin",
"rating",
"interface",
"frontend",
"react",
"components",
"mui"
],
"author": "Luis G. Villegas & Kid Max",
"license": "MIT",
"devDependencies": {
"@mui/icons-material": "5.5.0",
"@mui/lab": "5.0.0-alpha.72",
"@mui/material": "5.5.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-typescript": "^8.3.0",
"@types/react": "^17.0.37",
"rollup": "^2.61.1",
"rollup-plugin-dts": "^4.0.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@popperjs/core": "^2.11.2"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"dependencies": {
"date-fns": "^2.28.0"
},
"repository": "https://github.com/officialkidmax/strapi-ratings-client-mui.git"
}