forked from winduum/winduum-stimulus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 774 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 774 Bytes
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
{
"name": "winduum-stimulus",
"version": "2.0.14",
"type": "module",
"scripts": {
"eslint": "eslint",
"eslint-fix": "eslint --fix",
"publish-next": "npm publish --tag next"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@newlogic-digital/utils-js": "^1.2.0",
"winduum": "^2.2.19"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^10.1.0",
"globals": "^17.4.0"
},
"files": [
"index.js",
"components",
"utilities"
],
"exports": {
"./components/*": "./components/*",
"./utilities/*": "./utilities/*",
".": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/winduum/winduum-stimulus.git"
}
}