-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
33 lines (33 loc) · 1.02 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
{
"name": "pm",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@tiptap/core": "^2.11.0",
"@tiptap/extension-code": "^2.11.0",
"@tiptap/extension-code-block": "^2.11.0",
"@tiptap/extension-color": "^2.11.0",
"@tiptap/extension-highlight": "^2.11.0",
"@tiptap/extension-link": "^2.11.0",
"@tiptap/extension-subscript": "^2.11.0",
"@tiptap/extension-superscript": "^2.11.0",
"@tiptap/extension-table": "^2.11.0",
"@tiptap/extension-table-cell": "^2.11.0",
"@tiptap/extension-table-header": "^2.11.0",
"@tiptap/extension-table-row": "^2.11.0",
"@tiptap/extension-text-align": "^2.11.0",
"@tiptap/extension-text-style": "^2.11.0",
"@tiptap/extension-underline": "^2.11.0",
"@tiptap/pm": "^2.11.0",
"@tiptap/starter-kit": "^2.11.0",
"autoprefixer": "^10.4.20",
"esbuild": "^0.24.2",
"esbuild-postcss": "^0.0.4",
"postcss": "^8.4.49"
},
"scripts": {
"dev": "node esbuild.mjs watch",
"prod": "node esbuild.mjs"
}
}