-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "@saasquatch/stencil-hooks",
"version": "4.0.2",
"description": "Stencil Component Starter",
"source": "src/stencil-hooks.ts",
"main": "build/stencil-hooks.js",
"module": "build/stencil-hooks.module.js",
"typings": "build/stencil-hooks.d.ts",
"types": "build/stencil-hooks.d.ts",
"files": [
"build"
],
"sideEffects": true,
"scripts": {
"build": "microbundle",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"dependencies": {
"@saasquatch/dom-context-hooks": "^1.0.5",
"debug": "^4.3.1",
"dom-context": "^1.3.1",
"haunted": "^4.7.1"
},
"license": "MIT",
"author": "ReferralSaaSquatch.com, Inc.",
"devDependencies": {
"@stencil/core": "^4",
"@types/puppeteer": "2.0.1",
"jest-cli": "26.0.1",
"jest-cucumber": "^3.0.0",
"microbundle": "^0.12.4",
"puppeteer": "2.1.1"
},
"peerDependencies": {
"@stencil/core": ">= 4 < 5"
}
}