-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
120 lines (120 loc) · 3.64 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "@folio/stripes-smart-components",
"version": "9.3.0",
"description": "Connected Stripes components",
"repository": "folio-org/stripes-smart-components",
"sideEffects": [
"*.css"
],
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
},
"license": "Apache-2.0",
"engines": {
"node": ">=14.0.0"
},
"stripes": {
"actsAs": [],
"okapiInterfaces": {
"notes": "2.0 3.0 4.0",
"tags": "1.0",
"password-validator": "1.0"
},
"optionalOkapiInterfaces": {
"configuration": "2.0",
"remote-storage-mappings": "1.0 2.0",
"settings": "1.0",
"users": "16.1"
}
},
"scripts": {
"lint": "eslint . && stylelint \"lib/**/*.css\"",
"eslint": "eslint .",
"stylelint": "stylelint \"lib/**/*.css\"",
"test": "stripes test karma",
"test-dev": "stripes test karma --watch",
"build-mod-descriptor": "stripes mod descriptor --full --strict | jq '.[]' > module-descriptor.json ",
"formatjs-compile": "formatjs compile-folder --ast --format simple ./translations/stripes-smart-components ./translations/stripes-smart-components/compiled"
},
"devDependencies": {
"@babel/core": "^7.17.12",
"@babel/eslint-parser": "^7.17.0",
"@bigtest/convergence": "^1.0.0",
"@bigtest/interactor": "^0.7.2",
"@bigtest/mirage": "^0.0.1",
"@bigtest/mocha": "^0.5.1",
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/stripes-cli": "^3.2.1",
"@folio/stripes-components": "^12.0.0",
"@folio/stripes-connect": "^9.0.0",
"@folio/stripes-core": "^10.2.3",
"@folio/stripes-final-form": "^8.0.0",
"@folio/stripes-form": "^9.0.0",
"@folio/stripes-logger": "^1.0.0",
"@folio/stripes-testing": "^4.6.0",
"@folio/stripes-util": "^6.0.0",
"@formatjs/cli": "^6.1.3",
"axe-core": "4.4.3",
"chai": "^4.2.0",
"core-js": "^3.6.5",
"eslint": "^7.5.0",
"eslint-plugin-react-hooks": "^4.5.0",
"faker": "^4.1.0",
"inflected": "^2.0.4",
"miragejs": "^0.1.40",
"mocha": "^10.2.0",
"moment": "^2.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.4.4",
"react-redux": "^8.0.5",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.0",
"redux-observable": "^1.2.0",
"regenerator-runtime": "^0.13.5",
"rxjs": "^6.6.3",
"sinon": "^6.3.4",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-junit-formatter": "^0.2.2"
},
"dependencies": {
"@rehooks/local-storage": "2.4.4",
"classnames": "^2.2.6",
"dompurify": "^3.0.9",
"final-form": "^4.18.2",
"final-form-arrays": "^3.0.2",
"lodash": "^4.17.4",
"moment-timezone": "^0.5.17",
"prop-types": "^15.5.10",
"prop-types-extra": "^1.1.0",
"query-string": "^7.1.2",
"react-beautiful-dnd": "^13.1.0",
"react-copy-to-clipboard": "^5.0.1",
"react-final-form": "^6.3.0",
"react-final-form-arrays": "^3.1.1",
"react-final-form-listeners": "^1.0.3",
"react-query": "^3.9.8",
"react-quill": "^2.0.0",
"react-router-prop-types": "^1.0.4",
"react-image": "^4.1.0",
"redux-form": "^8.3.0",
"uuid": "^9.0.0"
},
"peerDependencies": {
"@folio/stripes-components": "^12.0.0",
"@folio/stripes-connect": "^9.0.0",
"@folio/stripes-core": "^10.2.3",
"@folio/stripes-final-form": "^8.0.0",
"@folio/stripes-form": "^9.0.0",
"@folio/stripes-logger": "^1.0.0",
"@folio/stripes-util": "^6.0.0",
"moment": "^2.29.0",
"react": "^18.2.0",
"react-intl": "^6.4.4",
"react-redux": "^8.0.5",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
}
}