-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.52 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
{
"name": "@folio/stripes-authorization-components",
"version": "1.1.0",
"description": "Component library for Stripes Authorization modules",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
},
"license": "Apache-2.0",
"repository": "folio-org/stripes-authorization-components",
"scripts": {
"lint": "eslint .",
"test": "yarn run test:jest",
"test:jest": "jest --ci --coverage",
"test:unit": "yarn run test:jest && yarn run test:unit:report",
"build-mod-descriptor": "stripes mod descriptor --full --strict | jq '.[]' > module-descriptor.json ",
"formatjs-compile": "stripes translate compile",
"test:unit:report": "cp -r ./artifacts/coverage-jest ./artifacts/coverage"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.0.0",
"@folio/stripes-cli": "^3.0.0",
"history": "^4.10.1",
"react": "^18.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.4.4",
"react-query": "^3.6.0"
},
"dependencies": {
"@folio/plugin-select-application": "^1.0.0",
"classnames": "^2.2.6",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
"react-final-form": "^6.3.0"
},
"peerDependencies": {
"@folio/stripes": "^9.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.4.4"
},
"stripes": {
"actsAs": [
""
]
}
}