-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
24 lines (24 loc) · 831 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
{
"name": "embla-carousel-wheel-gestures-workspace",
"workspaces": [
"embla-carousel-wheel-gestures",
"docs/*"
],
"version": "0.0.0",
"private": true,
"scripts": {
"build": "yarn workspaces run build; yarn move",
"test": "yarn workspace embla-carousel-wheel-gestures test",
"lint": "yarn workspaces run lint",
"move": "rm -rf public; mkdir public; cp docs/react/dist/index.html docs/react/dist/react.html; cp -R docs/react/dist/* public/; cp -R docs/vanilla/dist/* public/"
},
"description": "workspace for embla-carousel-wheel-gestures",
"repository": "[email protected]:xiel/embla-carousel-wheel-gestures.git",
"author": "Felix Leupold <[email protected]>",
"license": "MIT",
"dependencies": {},
"resolutions": {
"embla-carousel": "8.1.3",
"embla-carousel-react": "8.1.3"
}
}