-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.03 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.03 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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@ramstack/alpinegear.js",
"type": "module",
"version": "1.2.4",
"description": "@ramstack/alpinegear.js provides additional Alpine.js directives, magic functions, and utilities to enhance developer productivity",
"author": "Rameel Burhan",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rameel/ramstack.alpinegear.js.git"
},
"keywords": [
"alpine.js",
"alpinejs",
"alpinejs-directive",
"alpinejs-plugin",
"template",
"formatting",
"alpinejs-shortcut",
"alpinejs-hotkey",
"alpinejs-binding",
"fragment",
"alpinejs-fragment"
],
"scripts": {
"build": "cross-env NODE_ENV=production gulp build",
"build:debug": "gulp build",
"size-report": "cross-env NODE_ENV=production SKIP_GIT_TAG_RESOLUTION=true node scripts/compare-package-sizes.js",
"test": "gulp build && vitest run && playwright test",
"test:playwright": "playwright test",
"test:vitest": "vitest run"
},
"pnpm": {
"overrides": {
"brace-expansion": "^5.0.5",
"picomatch": "^4.0.4",
"serialize-javascript": "^7.0.5"
}
},
"peerDependencies": {
"alpinejs": "^3.13.0"
},
"devDependencies": {
"@conventional-changelog/git-client": "^2.6.0",
"@playwright/test": "^1.59.1",
"@ramstack/hotkey": "^1.2.0",
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@rollup/plugin-virtual": "^3.0.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@vitest/coverage-v8": "^4.1.2",
"@vitest/ui": "^4.1.2",
"cross-env": "^10.1.0",
"glob": "^13.0.6",
"gulp": "^5.0.1",
"gulp-json-transform": "^0.5.0",
"gulp-plugin-extras": "^1.1.0",
"gulplog": "^2.2.0",
"jsdom": "^29.0.1",
"maxmin": "^4.1.0",
"picocolors": "^1.1.1",
"rimraf": "^6.1.3",
"rollup": "^4.60.1",
"strip-comments": "^2.0.1",
"terser": "^5.46.1",
"vitest": "^4.1.2"
}
}