-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 2.47 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 2.47 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@brandocms/jupiter",
"version": "4.0.0-beta.2",
"description": "Frontend helpers.",
"author": "Univers/Twined",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://brandocms@github.com/brandocms/jupiter.git"
},
"bugs": {
"url": "https://github.com/brandocms/jupiter/issues"
},
"main": "src/index.js",
"module": "src/index.js",
"browser": "src/index.js",
"files": [
"src",
"types"
],
"homepage": "https://github.com/brandocms/jupiter#readme",
"sideEffects": false,
"scripts": {
"test": "playwright test",
"types": "tsc",
"playwright": "playwright test --project=chromium --reporter line",
"playwright:ui": "playwright test --ui",
"playwright:report": "playwright show-report",
"playwright:moonwalk": "playwright test e2e/moonwalk.spec.js --project=chromium --reporter line",
"playwright:lazyload": "playwright test e2e/lazyload.spec.js --project=chromium --reporter line",
"playwright:toggler": "playwright test e2e/toggler.spec.js --project=chromium --reporter line",
"playwright:breakpoints": "playwright test e2e/breakpoints.spec.js --project=chromium --reporter line",
"playwright:typography": "playwright test e2e/typography.spec.js --project=chromium --reporter line",
"playwright:popover": "playwright test e2e/popover.spec.js e2e/popover.click.spec.js e2e/popover.follow.spec.js --project=chromium --reporter line",
"playwright:popup": "playwright test e2e/popup.spec.js --project=chromium --reporter line",
"playwright:dataloader": "playwright test e2e/dataloader.spec.js --project=chromium --reporter line",
"playwright:dataloader-url-sync": "playwright test e2e/dataloader-url-sync.spec.js --project=chromium --reporter line",
"playwright:parallax": "playwright test e2e/parallax.spec.js --project=chromium --reporter line",
"vite": "vite",
"vite:build": "vite build",
"vite:preview": "vite preview"
},
"types": "types/index.d.ts",
"dependencies": {
"@egjs/hammerjs": "^2.0.17",
"body-scroll-lock": "^4.0.0-beta.0",
"gsap": "^3.13.0",
"lodash.defaultsdeep": "^4.6.1",
"virtual-scroll": "^2.2.1"
},
"devDependencies": {
"@playwright/test": "^1.52.0",
"@types/node": "^22.15.16",
"typescript": "^5.8.3",
"vite": "^6.3.5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}