-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.54 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
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": "@pelagiccreatures/sargasso",
"version": "2.4.2",
"description": "Simple, Fast, Reactive, Supervised Javascript controllers for custom html elements.",
"type": "module",
"browser": "dist/sargasso.mjs",
"targets": {
"browser": {
"includeNodeModules": {
"lit-html": false,
"events": true
}
}
},
"keywords": [
"javascript",
"es6",
"responsive",
"web worker",
"framework",
"lazy load",
"web components",
"pwa",
"web app",
"hijax",
"animation frame",
"custom elements",
"progressive enhancement"
],
"scripts": {
"build": "npx rollup --no-treeshake -c rollup.config.js",
"build-module": "sh build-module.sh"
},
"author": "Michael Rhodes",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.1",
"chai": "^4.3.7",
"core-js": "^3.30.1",
"eslint": "^8.39.0",
"mocha": "^10.2.0",
"parcel": "^2.8.3",
"rollup": "^3.21.2",
"setimmediate": "^1.0.5",
"sinon": "^15.0.4"
},
"peerDependencies": {
"lit-html": "^2.7.3"
},
"dependencies": {
"events": "^3.3.0",
"json-pointer": "^0.6.2",
"lodash": "^4.17.21",
"observable-slim": "^0.1.6"
},
"directories": {
"example": "example",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PelagicCreatures/Sargasso.git"
},
"bugs": {
"url": "https://github.com/PelagicCreatures/Sargasso/issues"
},
"homepage": "https://github.com/PelagicCreatures/Sargasso#readme"
}