This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
68 lines (68 loc) · 2.3 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
{
"name": "@folio/platform-core",
"version": "4.8.0",
"license": "Apache-2.0",
"repository": "folio-org/platform-core",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
},
"scripts": {
"install": "yarn install --ignore-scripts",
"postinstall": "npm rebuild sharp",
"build": "export NODE_OPTIONS=\"--max-old-space-size=4096 $NODE_OPTIONS\"; stripes build stripes.config.js",
"stripes": "stripes",
"start": "stripes serve stripes.config.js",
"build-module-descriptors": "stripes mod descriptor stripes.config.js --output ./ModuleDescriptors",
"local": "f=stripes.config.js; test -f $f.local && f=$f.local; echo Using config $f; stripes serve $f",
"test": "echo 'No unit tests implemented'",
"test-int": "stripes test nightmare stripes.config.js",
"test-regression": "stripes test nightmare stripes.config.js --run WD/checkout/users/inventory/requests/circulation/tenant-settings",
"lint": "eslint test/ui-testing"
},
"dependencies": {
"@folio/calendar": "7.1.1",
"@folio/checkin": "7.0.1",
"@folio/checkout": "8.0.1",
"@folio/circulation": "7.0.3",
"@folio/developer": "6.1.0",
"@folio/inventory": "9.0.12",
"@folio/myprofile": "7.0.0",
"@folio/plugin-create-inventory-records": "3.1.0",
"@folio/plugin-find-instance": "6.1.6",
"@folio/plugin-find-user": "6.1.0",
"@folio/requests": "7.0.2",
"@folio/servicepoints": "6.0.0",
"@folio/stripes": "7.1.7",
"@folio/tags": "6.0.0",
"@folio/tenant-settings": "7.1.1",
"@folio/users": "8.0.4",
"moment": "~2.29.0",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"react-intl": "^5.7.0",
"react-redux": "^7.2.2",
"react-query": "^3.13.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-titled": "^1.0.1",
"redux": "^4.0.5",
"rxjs": "^6.6.7",
"swr": "^0.4.2"
},
"devDependencies": {
"@folio/eslint-config-stripes": "^6.1.0",
"@folio/stripes-cli": "~2.5.0",
"eslint": "^6.2.1",
"lodash": "^4.17.5"
},
"resolutions": {
"colors": "1.4.0",
"final-form": "^4.20.4",
"@folio/react-intl-safe-html": "3.1.0",
"@folio/stripes-cli": "~2.5.0",
"@rehooks/local-storage": "2.4.0",
"minimist": "^1.2.3",
"moment": "~2.29.1",
"redux-form": "^8.0.0"
}
}