forked from tinymce/tinymce-webcomponent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "^7.1.1",
"@ephox/bedrock-client": "^13.0.0",
"@ephox/bedrock-server": "^13.2.1",
"@ephox/katamari": "^9.0.3",
"@ephox/sugar": "^9.0.3",
"@ephox/swag": "^4.5.0",
"@tinymce/beehive-flow": "^0.18.0",
"@tinymce/eslint-plugin": "^2.0.1",
"@types/esm": "^3.2.0",
"@types/express": "^4.17.13",
"@types/node": "^18.6.0",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"esm": "^3.2.25",
"express": "^4.18.1",
"rollup": "^2.77.0",
"tinymce": "^6.1.0",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "~4.7.4",
"webpack": "^5.73.0"
},
"dependencies": {},
"version": "2.0.2-rc",
"name": "@tinymce/tinymce-webcomponent"
}