-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.55 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.55 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
{
"description": "Official TinyMCE Web Component",
"version": "2.3.3-rc",
"name": "@tinymce/tinymce-webcomponent",
"repository": {
"url": "https://github.com/tinymce/tinymce-webcomponent"
},
"files": [
"dist",
"CHANGELOG.md",
"README.md",
"LICENSE.txt"
],
"main": "dist/tinymce-webcomponent.js",
"scripts": {
"test": "bedrock-auto -b chrome-headless -d src/test/ts",
"build": "tsc -p ./tsconfig.json && rollup -c rollup.config.js",
"lint": "yarn eslint src/**/*.ts",
"serve": "yarn ts-node -r esm src/demo/ts/Server.ts"
},
"keywords": [
"TinyMCE",
"webcomponent"
],
"author": "Tiny Technologies",
"license": "MIT",
"devDependencies": {
"@ephox/agar": "^8.0.1",
"@ephox/bedrock-client": "^15.0.0",
"@ephox/bedrock-server": "^15.0.0",
"@ephox/katamari": "^9.1.5",
"@ephox/sugar": "^9.2.1",
"@ephox/swag": "^4.6.0",
"@tinymce/beehive-flow": "^0.19.0",
"@tinymce/eslint-plugin": "^3.0.0",
"@types/esm": "^3.2.0",
"@types/express": "^5.0.0",
"@types/node": "^24.5.2",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"eslint": "^9.36.0",
"eslint-config-eslint": "^13.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prefer-arrow": "^1.2.3",
"esm": "^3.2.25",
"express": "^5.1.0",
"rollup": "^4.24.0",
"tinymce": "^8.0.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "~5.9.2",
"webpack": "^5.75.0"
},
"dependencies": {
"@tinymce/miniature": "^6.0.0"
}
}