-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
148 lines (148 loc) · 4.65 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "@storipress/tiptap-schema",
"type": "module",
"version": "1.23.0",
"publishConfig": {
"access": "restricted"
},
"repository": "git@github.com:storipress/tiptap-schema.git",
"exports": {
".": {
"types": "./dist/index.d.ts",
"browser": "./dist/editor-schema.browser.js",
"import": "./dist/editor-schema.js",
"require": "./dist/editor-schema.cjs"
},
"./browser": {
"types": "./dist/index.d.ts",
"browser": "./dist/editor-schema.browser.js",
"import": "./dist/editor-schema.browser.js"
}
},
"main": "./dist/editor-schema.cjs",
"module": "./dist/editor-schema.js",
"browser": "./dist/editor-schema.browser.js",
"types": "./dist/index.d.ts",
"workspaces": [
".",
"packages/*"
],
"files": [
"./dist/**/*",
"browser.d.ts",
"package.json"
],
"scripts": {
"build": "moon run build --",
"test": "moon run test --",
"test:coverage": "moon run test-coverage --",
"prepack": "yarn build",
"lint": "moon run lint --",
"lint:fix": "moon run lint-fix --",
"serve": "moon run serve --",
"build-storybook": "moon run build-storybook --"
},
"dependencies": {
"@storipress/common-style": "0.0.6",
"@tiptap/core": "^2.1.13",
"@tiptap/extension-blockquote": "^2.1.13",
"@tiptap/extension-bold": "^2.1.13",
"@tiptap/extension-bullet-list": "^2.1.13",
"@tiptap/extension-code": "^2.1.13",
"@tiptap/extension-code-block": "^2.1.13",
"@tiptap/extension-document": "^2.1.13",
"@tiptap/extension-dropcursor": "^2.1.13",
"@tiptap/extension-floating-menu": "^2.1.13",
"@tiptap/extension-gapcursor": "^2.1.13",
"@tiptap/extension-hard-break": "^2.1.13",
"@tiptap/extension-heading": "^2.1.13",
"@tiptap/extension-history": "^2.1.13",
"@tiptap/extension-horizontal-rule": "^2.1.13",
"@tiptap/extension-italic": "^2.1.13",
"@tiptap/extension-link": "^2.1.13",
"@tiptap/extension-list-item": "^2.1.13",
"@tiptap/extension-ordered-list": "^2.1.13",
"@tiptap/extension-paragraph": "^2.1.13",
"@tiptap/extension-placeholder": "^2.1.13",
"@tiptap/extension-strike": "^2.1.13",
"@tiptap/extension-subscript": "^2.1.13",
"@tiptap/extension-superscript": "^2.1.13",
"@tiptap/extension-table": "^2.1.13",
"@tiptap/extension-table-cell": "^2.1.13",
"@tiptap/extension-table-header": "^2.1.13",
"@tiptap/extension-table-row": "^2.1.13",
"@tiptap/extension-text": "^2.1.13",
"@tiptap/extension-underline": "^2.1.13",
"@tiptap/pm": "^2.1.13",
"@tiptap/suggestion": "^2.1.13",
"@tiptap/vue-3": "^2.1.13",
"@types/trusted-types": "^2.0.7",
"comma-separated-tokens": "^2.0.3",
"dompurify": "^3.1.6",
"hast-util-from-dom": "^5.0.0",
"htm": "^3.1.1",
"html-entities": "^2.5.2",
"linkedom": "^0.16.11",
"lodash-es": "^4.17.21",
"property-information": "^6.4.1",
"prosemirror-utils": "^1.0.0-0",
"space-separated-tokens": "^2.0.2",
"tiny-invariant": "^1.3.3",
"type-fest": "^4.26.1",
"unist-util-is": "^6.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "3.7.2",
"@babel/core": "7.25.2",
"@moonrepo/cli": "1.28.3",
"@storybook/addon-actions": "8.3.3",
"@storybook/addon-docs": "8.3.3",
"@storybook/addon-essentials": "8.3.3",
"@storybook/addon-interactions": "8.3.3",
"@storybook/addon-links": "8.3.3",
"@storybook/testing-library": "0.2.2",
"@storybook/vue3": "8.3.3",
"@storybook/vue3-vite": "8.3.3",
"@testing-library/jest-dom": "6.5.0",
"@types/dompurify": "3.0.5",
"@types/eslint__eslintrc": "2.1.2",
"@types/lodash-es": "4.17.12",
"@types/node": "18.19.53",
"@types/valid-url": "1.0.7",
"@vitejs/plugin-vue": "5.1.4",
"@vitest/coverage-v8": "2.1.1",
"@vitest/ui": "2.1.1",
"autoprefixer": "10.4.20",
"babel-loader": "9.2.1",
"critters": "0.0.24",
"eslint": "9.11.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-storybook": "0.8.0",
"esm-resolve": "1.0.11",
"happy-dom": "15.7.4",
"lost-pixel": "3.18.2",
"playwright": "1.47.2",
"prettier": "3.3.3",
"proper-tags": "2.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"read-pkg": "9.0.1",
"rollup-plugin-visualizer": "5.12.0",
"sass": "1.79.3",
"scule": "1.3.0",
"storybook": "8.3.3",
"tailwindcss": "3.4.13",
"ts-dedent": "2.2.0",
"tsup": "8.3.0",
"tsx": "4.19.1",
"typed-query-selector": "2.12.0",
"typescript": "5.6.2",
"unplugin-auto-import": "0.18.3",
"vite": "5.4.8",
"vite-plugin-inspect": "0.8.7",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.1",
"vue": "3.5.8",
"zx": "8.1.8"
}
}