forked from xdan/jodit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.11 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "jodit",
"version": "4.0.0-beta.44",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "build/jodit.min.js",
"types": "./types/index.d.ts",
"scripts": {
"start": "make start",
"clean": "make clean",
"lint": "make lint",
"coverage": "make coverage",
"newversion": "make newversion",
"build": "make build-all",
"test": "make test",
"test:screenshots": "make screenshots-test",
"test:debug": "make test browsers=Chrome singleRun=false",
"test:chrome": "make test browsers=Chrome",
"jodit": "make jodit",
"pretty": "make prettify",
"fix": "make fix",
"type:build": "make dts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xdan/jodit.git"
},
"keywords": [
"wysiwyg",
"wysiwyg editor",
"wysiwyg html editor",
"rich text",
"rich editor",
"rich text editor",
"html",
"text",
"editor",
"contenteditable",
"javascript",
"typescript",
"vanillajs",
"jodit"
],
"author": "Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/xdan/jodit/issues"
},
"homepage": "https://xdsoft.net/jodit/",
"dependencies": {
"autobind-decorator": "^2.4.0"
},
"devDependencies": {
"classlist-polyfill": "^1.2.0",
"core-js": "^3.30.2",
"es6-promise": "^4.2.8",
"tslib": "^2.5.0",
"@types/ace": "^0.0.48",
"@types/node": "^20.1.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"chai": "^4.3.7",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"cssnano-preset-advanced": "^6.0.1",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.17",
"expect-mocha-image-snapshot": "^3.0.13",
"glob": "^10.2.2",
"karma": "^6.4.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"karma-sourcemap-loader": "^0.4.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"lint-staged": "^13.2.2",
"merge-stream": "^2.0.0",
"mini-css-extract-plugin": "^2.7.5",
"mocha": "^10.2.0",
"node-jq": "^2.3.5",
"open": "^9.1.0",
"postcss": ">=8.4.23",
"postcss-css-variables": "^0.19.0",
"postcss-less": "^6.0.0",
"postcss-loader": "^7.3.0",
"prettier": "^2.8.8",
"puppeteer": "^20.1.1",
"raw-loader": "^4.0.2",
"replace": "^1.2.2",
"style-loader": "^3.3.2",
"stylelint": "^15.6.1",
"stylelint-config-idiomatic-order": "v9.0.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^33.0.0",
"stylelint-prettier": "^3.0.0",
"synchronous-promise": "2.0.15",
"terser-webpack-plugin": "^5.3.8",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"webpack": "5.82.0",
"webpack-cli": "^5.1.0",
"webpack-dev-middleware": "^6.1.0",
"webpack-dev-server": "^4.15.0",
"webpack-hot-middleware": "^2.25.3",
"yargs": "^17.7.2"
}
}