-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.89 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.89 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
58
59
60
61
62
63
{
"name": "@webspellchecker/wproofreader-tinymce",
"version": "1.0.1",
"description": "WProofreader spelling and grammar check plugin for TinyMCE",
"scripts": {
"build": "webpack --config webpack.prod.js --env mode=production",
"start": "webpack-dev-server --config webpack.dev.js --env mode=development",
"prepare": "npm run build",
"test": "npm run build && karma start",
"test-dev": "npm run build && karma start --auto-watch --no-single-run",
"lint": "eslint --quiet ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebSpellChecker/wproofreader-tinymce.git"
},
"author": "WebSpellChecker (https://webspellchecker.com/)",
"bugs": {
"url": "https://github.com/WebSpellChecker/wproofreader-tinymce/issues"
},
"homepage": "https://github.com/WebSpellChecker/wproofreader-tinymce#readme",
"license": "MIT",
"files": [
"dist",
"src"
],
"keywords": [
"tinymce spellchecker",
"tinymce grammar checker",
"tinymce plugin",
"wproofreader",
"spell check",
"grammar check",
"proofreading"
],
"devDependencies": {
"chai": "^4.4.1",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-formatter-pretty": "^6.0.1",
"eslint-plugin-chai": "^0.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.5.0",
"husky": "^9.1.4",
"karma": "^6.4.4",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.2.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.1",
"mocha": "^10.7.0",
"sinon": "^18.0.0",
"terser-webpack-plugin": "^5.3.10",
"tinymce": "^8.0.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-version-file": "^0.1.7"
}
}