-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.16 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
{
"name": "tiptiz-editor",
"version": "1.0.0",
"repository": "https://github.com/tiptiz/editor.git",
"author": "aolyang <[email protected]>",
"license": "MIT",
"scripts": {
"example": "pnpm --filter example",
"docs": "pnpm --filter docs",
"postinstall": "tsx scripts/post-install.mts"
},
"dependencies": {
"@tiptap/core": "^2.10.3",
"@tiptap/pm": "^2.10.3",
"prosemirror-model": "^1.24.0",
"prosemirror-schema-basic": "^1.2.3",
"prosemirror-schema-list": "^1.5.0",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.37.0"
},
"devDependencies": {
"@aolyang/eslint-config": "0.0.0-beta.15",
"@types/shelljs": "^0.8.15",
"autoprefixer": "^10.4.19",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"lit": "^3.2.1",
"postcss": "^8",
"shelljs": "^0.8.5",
"tailwindcss": "^3.4.1",
"ts-lit-plugin": "^2.0.2",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5",
"vite": "^6.0.6",
"vite-plugin-tsconfig-paths": "npm:vite-tsconfig-paths@^5.1.3"
}
}