-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"name": "htmx-json",
"version": "1.9.6",
"main": "dist/htmx-json.min.js",
"unpkg": "dist/htmx-json.min.js",
"scripts": {
"build": "node ./scripts/build.mjs",
"test": "karma start",
"preversion": "karma start --single-run",
"version": "npm run build && git add -A",
"docs": "npx @11ty/eleventy --pathprefix=/htmx-json/",
"docs:dev": "npx @11ty/eleventy --serve"
},
"keywords": [],
"author": "Marius Gundersen",
"license": "ISC",
"description": "Support for json response in htmx",
"dependencies": {
"htmx.org": "^2.0.6"
},
"devDependencies": {
"@11ty/eleventy": "^3.1.2",
"jasmine-core": "^5.8.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "^5.1.0",
"puppeteer": "^24.12.1",
"uglify-js": "^3.19.3"
},
"overrides": {
"karma": "^6.4.4"
},
"files": [
"readme.md",
"dist/*.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mariusGundersen/htmx-json.git"
}
}