forked from folio-org/stripes-template-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 997 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
31
32
33
34
35
36
{
"name": "@folio/stripes-template-editor",
"version": "3.4.0",
"description": "Provides an embedding of the Quill template editor",
"repository": "folio-org/stripes-template-editor",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
},
"license": "Apache-2.0",
"main": "src/index.js",
"scripts": {
"start": "stripes serve",
"lint": "eslint ."
},
"devDependencies": {
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/stripes": "^9.0.0"
},
"dependencies": {
"dompurify": "^3.0.9",
"html-to-react": "^1.3.3",
"lodash": "^4.17.4",
"moment": "^2.25.3",
"prop-types": "^15.5.10",
"react-barcode": "^1.3.2",
"react-quill": "^2.0.0",
"react-to-print": "^2.3.2",
"uuid": "^8.3.2"
},
"peerDependencies": {
"@folio/stripes": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0",
"react-intl": "^5.7.0 || ^6.4.7"
}
}