-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.56 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": "tiny-enhanced-list-plugin",
"version": "1.0.0",
"description": "",
"scripts": {
"prepublishOnly": "yarn lint && yarn build",
"lint": "eslint src/**/*.ts",
"build": "grunt",
"test": "bedrock-auto -b chrome-headless -d src/test/ts/",
"test-manual": "bedrock -d src/test/ts/",
"start": "grunt webpack"
},
"keywords": [],
"author": "y",
"devDependencies": {
"@ephox/agar": "latest",
"@ephox/bedrock-server": "latest",
"@ephox/katamari": "^8.1.1",
"@ephox/mcagar": "latest",
"@ephox/sugar": "^8.1.1",
"@ephox/swag": "latest",
"@types/mocha": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"awesome-typescript-loader": "^5.2.1",
"chai": "^4.2.0",
"eslint": "^7.0.0",
"grunt": "^1.1.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-eslint": "^23.0.0",
"grunt-shell": "^2.1.0",
"grunt-webpack": "^3.1.3",
"load-grunt-tasks": "^4.0.0",
"tinymce": "latest",
"ts-loader": "^7.0.1",
"tslib": "^2.0.0",
"typescript": "^4.0.0",
"webpack": "^4.25.1",
"webpack-livereload-plugin": "^2.1.1"
},
"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",
"license": "MIT"
}