-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
75 lines (75 loc) · 2.12 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
{
"name": "@folio/stripes-erm-components",
"version": "9.3.0",
"description": "Component library for Stripes ERM applications",
"sideEffects": [
"*.css"
],
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
},
"license": "Apache-2.0",
"scripts": {
"test": "yarn run test:jest",
"test:jest": "jest --ci --coverage --maxWorkers=50%",
"lint": "eslint lib test",
"formatjs-compile": "formatjs compile-folder --ast --format simple ./translations/stripes-erm-components ./translations/stripes-erm-components/compiled"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.15.0",
"@folio/eslint-config-stripes": "^7.1.0",
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.2.0",
"@folio/stripes-cli": "^3.2.0",
"@folio/stripes-erm-testing": "^3.0.0",
"@formatjs/cli": "^6.1.3",
"classnames": ">=2.2.6",
"core-js": "^3.6.1",
"eslint": "^7.32.0",
"graphql": "^16.0.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.4.4",
"react-query": "^3.6.0",
"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.3",
"rxjs": "^6.6.3",
"testing-library-selector": "^0.2.1",
"zustand": "^4.4.0"
},
"dependencies": {
"@k-int/stripes-kint-components": "^5.8.3",
"dayjs": "^1.11.13",
"final-form": "^4.18.4",
"final-form-arrays": "^3.0.1",
"final-form-focus": "^1.1.2",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"prop-types-extra": "^1.1.0",
"query-string": "^7.1.1",
"react-dropzone": "^10.0.0",
"react-final-form": "^6.3.0",
"react-final-form-arrays": "^3.1.0",
"validator": "^13.11.0"
},
"peerDependencies": {
"@folio/stripes": "^9.2.0",
"react": "^18.2.0",
"react-intl": "^6.4.4",
"react-query": "^3.9.0",
"react-redux": "^8.0.5",
"react-router-dom": "^5.2.0",
"zustand": "^4.4.0"
},
"stripes": {
"actsAs": [
""
]
}
}