-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.43 KB
/
package.json
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
{
"name": "@enhance/morphdom-mixin",
"version": "1.1.3",
"description": "Enhance mixin to add Morphdom DOM diffing to a Custom Element",
"type": "module",
"module": "/dist/index.js",
"main": "index.mjs",
"scripts": {
"test": "run-s test:install test:setup test:ci",
"test:install": "npx playwright install",
"test:setup": "npx playwright install-deps",
"test:ci": "web-test-runner \"test/*-test.html\" --node-resolve --playwright --browsers chromium firefox webkit",
"watch": "web-test-runner \"test/*-test.html\" --node-resolve --watch --playwright --browsers chromium firefox webkit",
"dist": "rollup --config ./rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enhance-dev/enhance-morphdom-mixin.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/enhance-dev/enhance-morphdom-mixin/issues"
},
"homepage": "https://github.com/enhance-dev/enhance-morphdom-mixin#readme",
"devDependencies": {
"@enhance/custom-element": "^1.2.4",
"@enhance/shadow-element": "^1.0.6",
"@enhance/store": "^1.0.2",
"@esm-bundle/chai": "^4.3.4-fix.0",
"@rollup/plugin-node-resolve": "^15.2.2",
"@web/test-runner": "^0.17.0",
"@web/test-runner-playwright": "^0.10.1",
"npm-run-all": "^4.1.5",
"playwright": "^1.37.0",
"rollup": "^3.29.4"
},
"dependencies": {
"morphdom": "^2.7.0"
}
}