forked from folio-org/stripes-smart-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.32 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
{
"name": "@folio/stripes-smart-components",
"version": "7.1.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": ">=6.0.0"
},
"stripes": {
"okapiInterfaces": {
"notes": "2.0",
"tags": "1.0",
"password-validator": "1.0"
},
"optionalOkapiInterfaces": {
"remote-storage-mappings": "1.0 2.0"
}
},
"scripts": {
"lint": "eslint . && stylelint \"lib/**/*.css\"",
"eslint": "eslint .",
"stylelint": "stylelint \"lib/**/*.css\"",
"test": "stripes test karma",
"build-mod-descriptor": "stripes mod descriptor --full --strict | jq '.[]' > module-descriptor.json ",
"formatjs-compile": "formatjs compile-folder --ast --format simple ./translations/ui-users ./translations/users/compiled"
},
"devDependencies": {
"@bigtest/convergence": "^1.0.0",
"@bigtest/interactor": "^0.7.2",
"@bigtest/mocha": "^0.5.1",
"@bigtest/react": "^0.1.2",
"@folio/eslint-config-stripes": "^5.2.0",
"@folio/stripes-cli": "^2.4.0",
"@folio/stripes-components": "^10.0.0",
"@folio/stripes-connect": "^7.0.0",
"@folio/stripes-core": "^8.0.0",
"@folio/stripes-final-form": "^6.0.0",
"@folio/stripes-form": "^7.0.0",
"@folio/stripes-logger": "^1.0.0",
"@folio/stripes-testing": "^4.2.0",
"@folio/stripes-util": "^5.0.0",
"@formatjs/cli": "^4.2.20",
"axe-core": "4.3.3",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"core-js": "^3.6.5",
"eslint": "^6.2.1",
"eslint-plugin-react-hooks": "^2.3.0",
"faker": "^4.1.0",
"inflected": "^2.0.4",
"miragejs": "^0.1.40",
"mocha": "^9.0.0",
"moment": "^2.29.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.8.0",
"react-redux": "^7.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.0",
"regenerator-runtime": "^0.13.5",
"sinon": "^6.3.4",
"stylelint": "^9.5.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-junit-formatter": "^0.2.1"
},
"dependencies": {
"@rehooks/local-storage": "2.4.0",
"classnames": "^2.2.6",
"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": "^5.0.0",
"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-router-prop-types": "^1.0.4",
"react-transition-group": "^2.4.0",
"react-virtualized-auto-sizer": "^1.0.2",
"redux-form": "^8.3.0"
},
"peerDependencies": {
"@folio/stripes-components": "^10.0.0",
"@folio/stripes-connect": "^7.0.0",
"@folio/stripes-core": "^8.0.0",
"@folio/stripes-final-form": "^6.0.0",
"@folio/stripes-form": "^7.0.0",
"@folio/stripes-logger": "^1.0.0",
"@folio/stripes-util": "^5.0.0",
"moment": "^2.29.0",
"react": "^17.0.2",
"react-intl": "^5.8.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
}
}