-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 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
{
"name": "pamphlet",
"description": "Write faster without distractions",
"version": "4.0.0",
"main": "lib/pamphlet.js",
"directories": {
"dist": "dist",
"lib": "lib"
},
"scripts": {
"test": "standard"
},
"dependencies": {
"prosemirror-commands": "^1.1.4",
"prosemirror-dropcursor": "^1.3.2",
"prosemirror-example-setup": "^1.1.2",
"prosemirror-history": "^1.1.3",
"prosemirror-inputrules": "^1.1.2",
"prosemirror-keymap": "^1.1.4",
"prosemirror-markdown": "^1.4.5",
"prosemirror-state": "^1.3.3",
"prosemirror-view": "^1.14.11",
"wordcount": "^1.1.1"
},
"devDependencies": {
"fastroll": "^1.0.1",
"standard": "^14.3.4",
"terser": "^4.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pamphlets/pamphlet.git"
},
"keywords": [
"editor",
"prosemirror",
"markdown",
"fast",
"focus",
"distraction"
],
"author": "Brecht Savelkoul <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pamphlets/pamphlet/issues"
},
"homepage": "https://github.com/pamphlets/pamphlet#readme"
}