-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.17 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.11.5",
"@tiptap/pm": "^2.11.5",
"prosemirror-model": "^1.24.1",
"prosemirror-schema-basic": "^1.2.3",
"prosemirror-schema-list": "^1.5.0",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.38.0"
},
"devDependencies": {
"@aolyang/eslint-config": "0.0.0-beta.17",
"@types/shelljs": "^0.8.15",
"autoprefixer": "^10.4.20",
"eslint": "^9.20.1",
"globals": "^15.15.0",
"lit": "^3.2.1",
"postcss": "^8.5.3",
"shelljs": "^0.8.5",
"tailwindcss": "^3.4.17",
"ts-lit-plugin": "^2.0.2",
"tsup": "^8.3.6",
"tsx": "^4.19.3",
"typescript": "^5.7.3",
"vite": "^6.1.1",
"vite-plugin-tsconfig-paths": "npm:vite-tsconfig-paths@^5.1.4"
}
}