-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
55 lines (55 loc) · 1.49 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": "datocms-plugin-yandex-translate",
"version": "0.1.4",
"author": "DatoCMS <[email protected]>",
"homepage": "https://github.com/datocms/plugins/tree/master/yandex-translate#readme",
"description": "Makes it easier to automatically translate your content into secondary languages",
"license": "ISC",
"scripts": {
"build": "tsc -b && vite build",
"prepublishOnly": "npm run build",
"dev": "vite",
"preview": "vite preview"
},
"files": [
"docs",
"dist"
],
"datoCmsPlugin": {
"title": "Yandex Translate",
"previewImage": "docs/demo.mp4",
"coverImage": "docs/cover.png",
"entryPoint": "dist/index.html"
},
"keywords": [
"datocms",
"datocms-plugin",
"field-addon",
"translate"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@types/lodash-es": "^4.17.5",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"datocms-plugin-sdk": "^0.3.27",
"datocms-react-ui": "0.3.29",
"final-form": "^4.20.4",
"final-form-arrays": "^3.0.2",
"lodash-es": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-final-form": "^6.5.7",
"react-final-form-arrays": "^3.1.3"
},
"devDependencies": {
"cross-env": "^7.0.3",
"@vitejs/plugin-react": "^4.3.1",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"vite": "^5.4.1"
},
"type": "module"
}