-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 1.48 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
{
"description": "Official TinyMCE Web Component",
"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": "^14.1.1",
"@ephox/bedrock-server": "^14.1.4",
"@ephox/katamari": "^9.1.5",
"@ephox/sugar": "^9.2.1",
"@ephox/swag": "^4.6.0",
"@tinymce/beehive-flow": "^0.19.0",
"@tinymce/eslint-plugin": "^2.2.1",
"@types/esm": "^3.2.0",
"@types/express": "^5.0.0",
"@types/node": "^22.7.7",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prefer-arrow": "^1.2.3",
"esm": "^3.2.25",
"express": "^4.18.2",
"rollup": "^4.24.0",
"tinymce": "^7.4.1",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "~5.6.3",
"webpack": "^5.75.0"
},
"dependencies": {},
"version": "2.1.1-rc",
"name": "@tinymce/tinymce-webcomponent"
}