forked from KillerCodeMonkey/stencil-quill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"name": "witful-quill-internal",
"version": "2.1.1",
"description": "Quill custom element helper",
"main": "dist/custom-elements/index.js",
"types": "dist/custom-elements/index.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"build:deploy": "stencil build && cp ./src/index.html ./dist && gh-pages -d ./dist",
"prepublishOnly": "npm run build",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll"
},
"keywords": [],
"peerDependencies": {
"quill": "1.3.7"
},
"devDependencies": {
"@stencil/core": "2.5.2",
"@types/jest": "26.0.22",
"@types/puppeteer": "3.0.1",
"@types/quill": "1.3.10",
"canvas": "2.7.0",
"gh-pages": "3.1.0",
"jest": "26.6.3",
"jest-cli": "26.6.3",
"jest-environment-jsdom-sixteen": "1.0.3",
"prettier": "2.2.1",
"puppeteer": "5.2.1",
"quill": "1.3.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealKinetic/witful-quill-internal.git"
},
"author": "Coury Ditch & Bengt Weiße",
"license": "MIT",
"bugs": {
"url": "https://github.com/RealKinetic/witful-quill-internal"
},
"homepage": "https://github.com/RealKinetic/witful-quill-internal"
}