-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 935 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
{
"name": "react-voodoo-slider",
"version": "1.1.1",
"license": "MIT",
"main": "./dist/react-voodoo-slider.js",
"author": "Nathan Braun <[email protected]>",
"repository": "https://github.com/react-voodoo/react-voodoo-slider",
"description": "Ultimate React carousel",
"scripts": {
"build": "lpack && 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": "^16.0.0 || ^17.0.1 || ^18.0.1",
"react-dom": "^16.0.0 || ^17.0.1 || ^18.0.1"
},
"dependencies": {
"react-voodoo": "^2.5.12"
},
"devDependencies": {
"layer-pack": "^3.0.7",
"lpack-react": "^2.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"webpack-dev-server": "^5.1.0"
}
}