-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 937 Bytes
/
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
{
"browser": "dist/index.browser.js",
"dependencies": {
"history": "^4.10.1 || ^5.0.0",
"html-to-text": "^7.1.1",
"lodash-es": "^4.17.21",
"speakingurl": "^14.0.1",
"tcomb": ">=3.2.29",
"tcomb-validation": "^3.4.1",
"urijs": "^1.19.11"
},
"description": "Scrivito is a professional, yet easy to use SaaS Enterprise Content Management Service, built for digital agencies and medium to large businesses. It is completely maintenance-free, cost-effective, and has unprecedented performance and security.",
"homepage": "https://www.scrivito.com",
"keywords": [
"scrivito",
"saas",
"cms",
"react"
],
"main": "dist/index.js",
"name": "scrivito",
"peerDependencies": {
"react": "^17.0.1 || ^18.0.0",
"react-dom": "^17.0.1 || ^18.0.0"
},
"repository": "github:Scrivito/scrivito_sdk_js",
"license": "LGPL-3.0",
"types": "types/scrivito.d.ts",
"version": "1.46.0"
}