-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1002 Bytes
/
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
{
"name": "@agjs/react-right-click-menu",
"author": "Aleksandar Grbic <[email protected]>",
"homepage": "https://github.com/agjs/react-context-menu#readme",
"version": "0.0.8",
"description": "React context menu.",
"main": "./lib/ReactContextMenu.js",
"repository": {
"type": "git",
"url": "git+https://github.com/agjs/react-context-menu.git"
},
"keywords": [
"react",
"react-context-menu",
"react-right-click-menu",
"react-context"
],
"license": "MIT",
"scripts": {
"build": "webpack"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.13",
"babel-loader": "^8.2.2",
"path": "^0.12.7",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"webpack": "^4.5.0",
"webpack-cli": "^3.2.1"
}
}