-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
60 lines (60 loc) · 1.59 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
{
"name": "quill-table-better",
"version": "1.1.5",
"description": "A module that enhances the table functionality of Quill",
"main": "dist/quill-table-better.js",
"scripts": {
"dev": "webpack-dev-server --config config/webpack.dev.js",
"build": "webpack --config config/webpack.prod.js && rm dist/quill-table-better",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/attoae/quill-table-better.git"
},
"keywords": [
"quill",
"quill.js",
"quill-table"
],
"author": "attoae",
"license": "MIT",
"bugs": {
"url": "https://github.com/attoae/quill-table-better/issues"
},
"homepage": "https://github.com/attoae/quill-table-better#readme",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"babel-loader": "^9.1.3",
"css-loader": "^6.7.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"parchment": "^2.0.1",
"quill": "^2.0.1",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2"
},
"engines": {
"node": ">= v12.13.0"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"@jaames/iro": "^5.5.2",
"@types/lodash.merge": "^4.6.7",
"lodash.merge": "^4.6.2",
"webpack-merge": "^5.8.0"
},
"browserslist": [
"last 1 version",
"> 1%",
"IE 10"
]
}