-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 994 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
{
"name": "react-inheritable-contextmenu",
"version": "2.0.4",
"description": "Simple Context menu component for react showing all inherited parents menu with SSR compatibility.",
"license": "MIT",
"author": "Nathan Braun <n8tz.js@gmail.com>",
"main": "./dist/ContextMenu.js",
"repository": {
"type": "git",
"url": "/~https://github.com/n8tz/react-inheritable-contextmenu"
},
"scripts": {
"build": "lpack && lpack :samples",
"buildSample": "lpack :samples",
"devLib": "lpack :staging -w",
"devSamples": "lpack-dev-server :samplesDev --hot --host 0.0.0.0",
"startSamples": "ws -d ./dist.samples -p 8080",
"runBrowser": "start http://localhost:8080",
"setupLayers": "lpack-setup"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"dependencies": {
"@babel/runtime": "^7.24.8"
},
"devDependencies": {
"layer-pack": "^2.3.10",
"lpack-react": "^2.1.1",
"webpack-dev-server": "^5.0.4"
}
}