-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "@sereneinserenade/tiptap-extension-video",
"author": "Jeet Mandaliya (https://github.com/sereneinserenade)",
"license": "MIT",
"packageManager": "pnpm@9.15.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"bugs": {
"url": "https://github.com/sereneinserenade/tiptap-extension-video/issues"
},
"homepage": "https://github.com/sereneinserenade/tiptap-extension-video#readme",
"private": false,
"version": "0.0.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/sereneinserenade/tiptap-extension-video.git"
},
"keywords": [
"tiptap",
"wysiwyg",
"extension-video"
],
"dependencies": {
"@nextui-org/react": "^1.0.0-beta.7",
"@tiptap/react": "^2.0.0-beta.109",
"@tiptap/starter-kit": "^2.0.0-beta.184",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.3.1",
"sass": "^1.51.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"typescript": "^4.6.3",
"vite": "^2.9.9"
}
}