forked from quill-mention/quill-mention
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.55 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
{
"name": "@owowagency/quill-mention",
"version": "3.1.0",
"description": "@mentions for the Quill rich text editor",
"entry": "quill-mention",
"main": "quill-mention.js",
"module": "quill-mention.mjs",
"repository": "https://github.com/owowagency/quill-mention.git",
"author": "Fredrik Sundqvist <fsundqvist@gmail.com>",
"license": "MIT",
"publishConfig": {
"@owowagency:registry": "https://npm.pkg.github.com"
},
"scripts": {
"start": "concurrently \"rollup -c -w\" \"serve docs\"",
"build": "rollup -c"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"dependencies": {
"quill": "^1.3.7"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-object-assign": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/register": "^7.10.1",
"@rollup/plugin-babel": "^5.3.0",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^8.0.3",
"@semantic-release/release-notes-generator": "^10.0.3",
"concurrently": "^6.3.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.14",
"prettier": "2.4.1",
"rollup": "^2.58.3",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-local-resolve": "^1.0.7",
"rollup-plugin-postcss": "^4.0.2",
"serve": "^12.0.1"
},
"keywords": [
"quill",
"mentions",
"autocomplete",
"mention"
]
}