-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.46 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
{
"name": "@moshie/datocms-plugin-extended-structured-text",
"description": "Extended Structured text marks and formats",
"homepage": "https://github.com/moshie/",
"repository": {
"type": "git",
"url": "git+https://github.com/moshie/datocms-plugin-extended-structured-text.git"
},
"private": false,
"version": "1.0.3",
"author": "David Hewitt [email protected]",
"type": "module",
"keywords": [
"datocms",
"datocms-plugin",
"plugin",
"superscript",
"subscript",
"text-format",
"structuredtext",
"format"
],
"datoCmsPlugin": {
"title": "Extended Structured Text",
"coverImage": "cover.png",
"previewImage": "cover.png",
"entryPoint": "dist/index.html",
"permissions": []
},
"files": [
"dist",
"cover.png"
],
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"prepublishOnly": "npm run build"
},
"dependencies": {
"datocms-plugin-sdk": "^1.1.0",
"datocms-react-ui": "^1.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"vite": "^5.4.1"
},
"main": "dist/index.html",
"directories": {
"doc": "docs"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/moshie/datocms-plugin-extended-structured-text/issues"
}
}