-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.lib.json
More file actions
47 lines (47 loc) · 1013 Bytes
/
package.lib.json
File metadata and controls
47 lines (47 loc) · 1013 Bytes
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
{
"name": "react-jupiter",
"version": "6.2.2",
"main": "index.js",
"license": "MIT",
"keywords": [
"evand",
"design system",
"component",
"react",
"styled-component"
],
"contributors": [
"@mehranshiri",
"@arashmanteghi",
"https://github.com/marzzy"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/evandhq/react-jupiter"
},
"bugs": {
"url": "https://github.com/evandhq/react-jupiter/issues"
},
"scripts": {
},
"dependencies": {
"moment-jalaali": "^0.9.4",
"prop-types": "^15.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.38.0",
"react-lazy-load-image-component": "^1.5.1",
"react-modal": "3.16.1",
"react-responsive": "^8.2.0",
"react-router-dom": "^5.3.0",
"styled-components": "^5.3.11",
"styled-media-query": "^2.1.2"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
}