-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.62 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
{
"name": "@folio/stripes-inventory-components",
"version": "2.0.0",
"description": "",
"main": "index.js",
"license": "Apache-2.0",
"stripes": {
"actsAs": [
""
],
"okapiInterfaces": {
"instance-date-types": "1.0",
"settings": "1.0"
}
},
"scripts": {
"lint": "eslint .",
"test": "yarn run test:unit",
"test:jest": "jest",
"test:unit": "jest --ci --coverage",
"formatjs-compile": "stripes translate compile",
"build-mod-descriptor": "stripes mod descriptor --full --strict | jq '.[]' > module-descriptor.json"
},
"devDependencies": {
"@folio/eslint-config-stripes": "^8.0.0",
"@folio/jest-config-stripes": "^3.0.0",
"@folio/stripes": "^10.0.0",
"@folio/stripes-cli": "^4.0.0",
"@folio/stripes-components": "^13.0.0",
"@folio/stripes-core": "^11.0.0",
"@folio/stripes-smart-components": "^10.0.0",
"core-js": "^3.6.4",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-jest": "^24.0.0",
"inflected": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^7.1.5",
"react-query": "^3.6.0",
"react-router-dom": "^5.0.1",
"regenerator-runtime": "^0.13.3",
"zustand": "^4.1.1"
},
"dependencies": {
"@folio/stripes-acq-components": "^6.0.0",
"history": "^4.10.0",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"query-string": "^5.0.0",
"zustand": "^4.1.1"
},
"peerDependencies": {
"@folio/stripes": "^10.0.0",
"react": "^18.2.0",
"react-intl": "^7.1.5",
"react-query": "^3.6.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1"
}
}