This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.58 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
{
"name": "@tinymce/miniature",
"version": "6.0.1-rc",
"description": "This library checks versions of TinyMCE.",
"scripts": {
"prepublishOnly": "tsc",
"lint": "eslint 'src/**/*.ts'",
"build": "tsc",
"test": "yarn lint && bedrock-auto -b chrome-headless -d src/test/ts/browser",
"test-manual": "bedrock -d src/test/ts/browser",
"start": "webpack-cli --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/tinymce/miniature"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [],
"author": "Tiny Technologies",
"license": "Apache-2.0",
"dependencies": {
"@ephox/agar": "^8.0.0",
"@ephox/katamari": "^9.1.5",
"@ephox/mcagar": "^9.0.0",
"@ephox/sugar": "^9.3.0"
},
"devDependencies": {
"@ephox/bedrock-client": "^13.0.0",
"@ephox/bedrock-server": "^13.6.0",
"@tinymce/beehive-flow": "^0.19.0",
"@tinymce/eslint-plugin": "^2.2.1",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"source-map-loader": "^3.0.0",
"tinymce": "^6.0.0",
"tinymce-5.0.x": "npm:[email protected]",
"tinymce-6.0.x": "npm:[email protected]",
"ts-loader": "^9.3.1",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"files": [
"lib/main",
"lib/demo",
"lib/test",
"src",
"tsconfig.json",
"readme.md",
"LEGAL.txt",
"CHANGELOG.txt",
"LICENSE.txt"
],
"main": "./lib/main/ts/api/Main.js",
"module": "./lib/main/ts/api/Main.js",
"types": "./lib/main/ts/api/Main.d.ts"
}