-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "oasismenu",
"version": "1.3.1",
"description": "OasisMenu is a lightweight and customizable context menu implementation for React.",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"build": "babel --out-dir=dist components",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shivamdevs/OasisMenu.git"
},
"keywords": [
"oasismenu",
"context",
"menu",
"react",
"oasis",
"contextmenu"
],
"author": "ShivamDevs",
"license": "MIT",
"bugs": {
"url": "https://github.com/shivamdevs/OasisMenu/issues",
"email": "shivam0dewangan@gmail.com"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"react": ">=18",
"react-dom": ">=18"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
},
"homepage": "https://docs.myoasis.tech/oasismenu"
}