-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.47 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.47 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
{
"name": "quill-toolbar-tip",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@10.29.3",
"description": "a module for quill toolbar set tip text",
"author": "zzxmming",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/opentiny/quill-toolbar-tip"
},
"keywords": [
"quill",
"module",
"toolbar"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"lint": "eslint",
"build": "tsx ./scripts/build.ts",
"dev": "tsx ./scripts/build.ts watch",
"server": "tsx ./scripts/start-server.ts"
},
"peerDependencies": {
"quill": "^2.0.0"
},
"dependencies": {
"@floating-ui/dom": "^1.7.5"
},
"devDependencies": {
"@oxc-project/runtime": "^0.113.0",
"@prettier/plugin-xml": "^3.4.2",
"@types/gulp": "^4.0.18",
"@types/gulp-clean-css": "^4.3.4",
"@types/gulp-postcss": "^8.0.6",
"@types/gulp-sass": "^6.0.0",
"@types/node": "^22.19.11",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"@zzxming/eslint-config": "^0.6.3",
"autoprefixer": "^10.4.24",
"eslint": "^10.0.0",
"gulp": "^5.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^6.0.1",
"open": "^11.0.0",
"sass": "^1.97.3",
"tsdown": "^0.20.3",
"tsx": "^4.21.0",
"typescript": "~5.9.3",
"ws": "^8.19.0"
}
}