-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
90 lines (90 loc) · 2.91 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
{
"name": "@folio/stripes-acq-components",
"version": "6.0.3",
"description": "Component library for Stripes Acquisitions modules",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
},
"license": "Apache-2.0",
"repository": "folio-org/stripes-acq-components",
"scripts": {
"formatjs-compile": "formatjs compile-folder --ast --format simple ./translations/stripes-acq-components ./translations/stripes-acq-components/compiled",
"test:unit:report": "cp -r ./artifacts/coverage-jest ./artifacts/coverage",
"test:unit": "jest --ci --coverage && yarn run test:unit:report",
"test:unit:watch": "jest --ci --coverage --watch",
"test": "yarn run test:unit",
"build-mod-descriptor": "stripes mod descriptor --full --strict | jq '.[]' > module-descriptor.json ",
"lint": "eslint ."
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.9.0",
"@babel/preset-typescript": "^7.13.0",
"@bigtest/interactor": "^0.9.3",
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/stripes": "^9.0.0",
"@folio/stripes-cli": "^3.0.0",
"@formatjs/cli": "^4.2.6",
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/react": "^11.0.2",
"@testing-library/react-hooks": "^5.0.3",
"@testing-library/user-event": "^12.8.1",
"babel-jest": "^26.3.0",
"eslint": "^7.32.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.0.0",
"faker": "^5.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2",
"jest-junit": "^11.1.0",
"miragejs": "^0.1.32",
"moment": "^2.24.0",
"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.5"
},
"dependencies": {
"@folio/stripes-types": "^2.1.0",
"@rehooks/local-storage": "^2.4.4",
"classnames": "^2.2.5",
"dom-helpers": "^3.4.0",
"final-form": "^4.18.2",
"final-form-arrays": "^3.0.2",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"query-string": "^7.1.2",
"react-beautiful-dnd": "^13.1.0",
"react-dropzone": "^10.0.0",
"react-final-form": "^6.3.0",
"react-final-form-arrays": "^3.1.1",
"react-to-print": "^2.15.1",
"react-virtualized-auto-sizer": "^1.0.6",
"redux-form": "^8.3.0"
},
"peerDependencies": {
"@folio/stripes": "^9.0.0",
"moment": "^2.24.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"
},
"stripes": {
"actsAs": [
""
]
}
}