-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.37 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
{
"name": "quill-toolbar-tip",
"type": "module",
"version": "0.0.7",
"packageManager": "[email protected]",
"description": "a module for quill toolbar set tip text",
"author": "zzxmming",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/zzxming/quill-toolbar-tip"
},
"keywords": [
"quill",
"module",
"toolbar"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"lint": "eslint . --cache",
"build": "gulp --require @esbuild-kit/cjs-loader",
"dev": "gulp --require @esbuild-kit/cjs-loader dev"
},
"peerDependencies": {
"quill": "^2.0.0"
},
"dependencies": {
"@floating-ui/dom": "^1.6.12"
},
"devDependencies": {
"@esbuild-kit/cjs-loader": "^2.4.4",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@zzxming/eslint-config": "^0.3.5",
"autoprefixer": "^10.4.20",
"esbuild-sass-plugin": "^3.3.1",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^5.1.0",
"rollup": "^4.18.1",
"rollup-plugin-dts": "^6.1.1",
"sass": "^1.80.6",
"typescript": "^5.6.3"
}
}