forked from ueberdosis/tiptap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.61 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 4.61 KB
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
{
"name": "tiptap",
"private": true,
"publishConfig": {
"provenance": true
},
"scripts": {
"cz": "cz",
"start": "pnpm --prefix ./demos run start",
"dev": "pnpm run start",
"check": "pnpm run format && pnpm run lint",
"check:fix": "pnpm run format:fix && pnpm run lint:fix",
"format": "oxfmt --check",
"format:fix": "oxfmt",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"lint:staged": "lint-staged",
"test:unit": "vitest run",
"test:unit:dev": "vitest",
"test:e2e": "playwright test --project=chromium",
"test:e2e:firefox": "playwright test --project=firefox",
"test:e2e:all": "playwright test",
"test:e2e:open": "playwright test --ui --project=chromium",
"test:e2e:open:firefox": "playwright test --ui --project=firefox",
"test:e2e:open:all": "playwright test --ui",
"test:e2e:report": "playwright show-report",
"test": "turbo run build && pnpm run test:unit",
"build": "turbo build",
"build:demos": "pnpm --prefix demos run build:demos",
"serve": "pnpm run build:demos && http-server ./demos/dist -s -p 3000",
"build:ci": "turbo run build",
"publish": "pnpm run build && pnpm changeset publish",
"clean:packages": "rm -rf ./packages/*/dist && rm -rf ./packages/pm/*/dist && rm -rf ./packages-deprecated/*/dist",
"clean:packs": "rm -rf ./packages/*/*.tgz && rm -rf ./packages-deprecated/*/*.tgz",
"make:demo": "sh ./scripts/make-demo.sh",
"reset": "pnpm run clean:packages && pnpm run clean:packs && rm -rf ./**/.cache && rm -rf ./**/node_modules && rm -rf ./package-lock.json && pnpm install",
"prepare": "husky install",
"turbo": "turbo",
"changeset": "changeset",
"changelog": "node ./scripts/aggregate-changeset.js",
"version": "pnpm run changelog && pnpm run changeset -- version && pnpm install --no-frozen-lockfile",
"publish:markdown": "pnpm run build && pnpm changeset publish --tag markdown",
"version:markdown": "pnpm run changeset version --snapshot markdown"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.27.11",
"@changesets/get-release-plan": "^4.0.13",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@playwright/test": "^1.54.2",
"@testing-library/react": "16.2.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitest/ui": "^4.1.2",
"babel-loader": "^9.2.1",
"cz-conventional-changelog": "^3.3.0",
"fast-glob": "^3.3.2",
"happy-dom": "^20.8.9",
"http-server": "14.1.1",
"husky": "^8.0.3",
"lint-staged": "^15.3.0",
"lowlight": "^3.3.0",
"minimist": "^1.2.8",
"oxfmt": "^0.51.0",
"oxlint": "^1.66.0",
"pkg-pr-new": "0.0.66",
"react": "^19.0.0",
"tinyglobby": "0.2.10",
"ts-loader": "9.3.1",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.5.1",
"turbo": "2.3.3",
"typescript": "^5.7.3",
"vitest": "^4.1.2",
"webpack": "^5.97.1"
},
"overrides": {
"@octokit/action>undici": "6.24.1",
"@rollup/pluginutils": "^5.1.4",
"@rollup/pluginutils>picomatch": "2.3.2",
"anymatch>picomatch": "2.3.2",
"glob": "^10.5.0",
"micromatch>picomatch": "2.3.2",
"minimatch@^3.0.5": "3.1.4",
"minimatch@^3.1.2": "3.1.4",
"qs": "^6.14.1",
"readdirp>picomatch": "2.3.2",
"rollup": "4.60.1",
"sass>immutable": "5.1.5",
"terser-webpack-plugin>serialize-javascript": "7.0.5",
"tinyglobby>picomatch": "4.0.4",
"vitest>picomatch": "4.0.4"
},
"browserslist": [
"defaults",
"not IE 11"
],
"engines": {
"node": ">=24"
},
"packageManager": "pnpm@11.2.2",
"pnpm": {
"patchedDependencies": {
"@changesets/assemble-release-plan@6.0.5": "patches/@changesets__assemble-release-plan.patch",
"@changesets/assemble-release-plan@6.0.9": "patches/@changesets__assemble-release-plan@6.0.9.patch"
},
"overrides": {
"@rollup/pluginutils>picomatch": "2.3.2",
"@octokit/action>undici": "6.24.1",
"anymatch>picomatch": "2.3.2",
"glob": "^10.5.0",
"micromatch>picomatch": "2.3.2",
"minimatch@^3.0.5": "3.1.4",
"minimatch@^3.1.2": "3.1.4",
"qs": "^6.14.1",
"rollup": "4.60.1",
"readdirp>picomatch": "2.3.2",
"sass>immutable": "5.1.5",
"terser-webpack-plugin>serialize-javascript": "7.0.5",
"tinyglobby>picomatch": "4.0.4",
"vitest>picomatch": "4.0.4"
}
}
}