-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.53 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
{
"name": "tapwrite",
"private": false,
"version": "1.1.82",
"type": "module",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"files": [
"dist"
],
"prepublishOnly": "npm run build",
"sideEffects": [
"**/*.css"
],
"scripts": {
"dev": "vite",
"build": "tsc --p ./tsconfig-build.json && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"repository": {
"url": "https://github.com/aatbip/tapwrite"
},
"keywords": [
"WYSIWYG",
"tiptap",
"text editor",
"notion",
"rich text editor"
],
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"@tippyjs/react": "^4.2.6",
"@tiptap/extension-code-block": "^2.3.1",
"@tiptap/extension-gapcursor": "^2.3.1",
"@tiptap/extension-hard-break": "^2.3.1",
"@tiptap/extension-history": "^2.3.1",
"@tiptap/extension-image": "^2.1.12",
"@tiptap/extension-link": "^2.1.12",
"@tiptap/extension-list-item": "^2.3.1",
"@tiptap/extension-mention": "^2.4.0",
"@tiptap/extension-ordered-list": "^2.3.1",
"@tiptap/extension-paragraph": "^2.3.1",
"@tiptap/extension-placeholder": "^2.1.13",
"@tiptap/extension-table": "^2.1.12",
"@tiptap/extension-table-cell": "^2.1.12",
"@tiptap/extension-table-header": "^2.1.12",
"@tiptap/extension-table-row": "^2.1.12",
"@tiptap/extension-underline": "^2.1.12",
"@tiptap/pm": "^2.3.1",
"@tiptap/react": "^2.3.1",
"@tiptap/starter-kit": "^2.3.1",
"@tiptap/suggestion": "^2.4.0",
"@types/node": "^20.12.11",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"glob": "^10.3.14",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.77.5",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-lib-inject-css": "^2.1.0"
},
"dependencies": {
"re-resizable": "^6.10.0",
"tippy.js": "^6.3.7"
}
}