-
Notifications
You must be signed in to change notification settings - Fork 122
/
package.json
52 lines (52 loc) · 1.54 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
{
"engines" : {
"npm" : ">=10.5.0",
"node" : ">=18.20.0"
},
"name": "quill-better-table",
"version": "1.2.10",
"description": "Module for better table in Quill, more useful features are supported.",
"main": "dist/quill-better-table.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.config.js --mode=development",
"build": "webpack --config webpack.config.js --mode=production --env.minimize; webpack --config webpack.config.js --mode=production; rm dist/quill-better-table;",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soccerloway/quill-better-table.git"
},
"keywords": [
"quill",
"quilljs",
"table",
"multiline",
"quilltable"
],
"author": "soccerloway",
"license": "MIT",
"bugs": {
"url": "https://github.com/soccerloway/quill-better-table/issues"
},
"homepage": "https://github.com/soccerloway/quill-better-table#readme",
"dependencies": {},
"devDependencies": {
"quill": "^2.0.0",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"css-loader": "^7.1.0",
"file-loader": "^6.2.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.1",
"node-sass": "^9.0.0",
"sass-loader": "^14.1.1",
"style-loader": "^4.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}