|
29 | 29 | "playgrounds/embla-carousel-playground-vanilla",
|
30 | 30 | "playgrounds/embla-carousel-playground-react",
|
31 | 31 | "playgrounds/embla-carousel-playground-solid",
|
32 |
| - "playgrounds/embla-carousel-playground-vue" |
| 32 | + "playgrounds/embla-carousel-playground-vue", |
| 33 | + "playgrounds/embla-carousel-playground-svelte" |
33 | 34 | ],
|
34 | 35 | "scripts": {
|
35 |
| - "eslint:report": "yarn workspaces foreach -v --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react,embla-carousel-playground-solid,embla-carousel-playground-vue}\" run eslint:report", |
| 36 | + "eslint:report": "yarn workspaces foreach -v --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react,embla-carousel-playground-solid,embla-carousel-playground-vue,embla-carousel-playground-svelte}\" run eslint:report", |
36 | 37 | "prettier:report": "prettier \"**/*.{js,jsx,tsx,ts,scss,json}\" --check",
|
37 | 38 | "lint": "npm-run-all prettier:report eslint:report",
|
38 | 39 | "format": "prettier \"**/*.{js,jsx,tsx,ts,scss,json}\" --write",
|
39 |
| - "test": "yarn workspaces foreach -v --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react,embla-carousel-playground-solid,embla-carousel-playground-vue}\" run test", |
| 40 | + "test": "yarn workspaces foreach -v --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react,embla-carousel-playground-solid,embla-carousel-playground-vue,embla-carousel-playground-svelte}\" run test", |
40 | 41 | "watch:package-vanilla": "yarn workspace embla-carousel run start",
|
41 | 42 | "watch:package-react": "yarn workspace embla-carousel-react run start",
|
42 | 43 | "watch:package-solid": "yarn workspace embla-carousel-solid run start",
|
43 | 44 | "watch:package-vue": "yarn workspace embla-carousel-vue run start",
|
| 45 | + "watch:package-svelte": "yarn workspace embla-carousel-svelte run start", |
44 | 46 | "watch:playground-vanilla": "yarn workspace embla-carousel-playground-vanilla run dev",
|
45 | 47 | "watch:playground-react": "yarn workspace embla-carousel-playground-react run dev",
|
46 | 48 | "watch:playground-solid": "yarn workspace embla-carousel-playground-solid run dev",
|
47 | 49 | "watch:playground-vue": "yarn workspace embla-carousel-playground-vue run dev",
|
| 50 | + "watch:playground-svelte": "yarn workspace embla-carousel-playground-svelte run dev", |
48 | 51 | "start": "yarn workspace embla-carousel-docs run start",
|
49 | 52 | "start:vanilla": "npm-run-all --parallel watch:package-vanilla watch:playground-vanilla",
|
50 | 53 | "start:react": "npm-run-all --parallel watch:package-vanilla watch:package-react watch:playground-react",
|
51 | 54 | "start:solid": "npm-run-all --parallel watch:package-vanilla watch:package-solid watch:playground-solid",
|
52 | 55 | "start:vue": "npm-run-all --parallel watch:package-vanilla watch:package-vue watch:playground-vue",
|
| 56 | + "start:svelte": "npm-run-all --parallel watch:package-vanilla watch:package-svelte watch:playground-svelte", |
53 | 57 | "build": "npm-run-all build:packages build:package-readmes format",
|
54 |
| - "build:packages": "yarn workspaces foreach -vt --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react,embla-carousel-playground-solid,embla-carousel-playground-vue}\" run build", |
| 58 | + "build:packages": "yarn workspaces foreach -vt --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react,embla-carousel-playground-solid,embla-carousel-playground-vue,embla-carousel-playground-svelte}\" run build", |
55 | 59 | "build:package-readmes": "npx ts-node --project scripts/tsconfig.node.json scripts/create-readmes/index.ts --templatePath=scripts/create-readmes/readme-template.md",
|
56 | 60 | "build:docs": "yarn workspace embla-carousel-docs run predeploy",
|
57 | 61 | "version:patch": "yarn workspaces foreach version patch && yarn version:push",
|
|
0 commit comments