forked from folio-org/platform-complete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.87 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "@folio/platform-complete",
"version": "3.9.0",
"license": "Apache-2.0",
"scripts": {
"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'",
"lint": "eslint test/ui-testing"
},
"dependencies": {
"@folio/acquisition-units": "5.1.0",
"@folio/agreements": "11.0.0",
"@folio/bulk-edit": "4.1.0",
"@folio/calendar": "11.0.0",
"@folio/checkin": "9.1.0",
"@folio/checkout": "10.1.0",
"@folio/circulation": "9.1.0",
"@folio/circulation-log": "4.1.0",
"@folio/courses": "6.0.3",
"@folio/consortia-settings": "1.1.0",
"@folio/dashboard": "6.0.0",
"@folio/data-export": "6.1.0",
"@folio/data-import": "7.1.0",
"@folio/developer": "8.0.1",
"@folio/eholdings": "9.1.1",
"@folio/erm-comparisons": "7.0.0",
"@folio/erm-usage": "8.1.0",
"@folio/export-manager": "3.1.0",
"@folio/finance": "6.0.0",
"@folio/gobi-settings": "3.1.0",
"@folio/handler-stripes-registry": "2.2.0",
"@folio/inventory": "11.0.0",
"@folio/invoice": "6.0.0",
"@folio/ldp": "2.1.0",
"@folio/licenses": "11.0.0",
"@folio/lists" : "3.0.0",
"@folio/local-kb-admin": "8.0.0",
"@folio/marc-authorities": "5.0.0",
"@folio/myprofile": "9.1.0",
"@folio/notes": "9.1.0",
"@folio/oai-pmh": "5.1.0",
"@folio/orders": "6.0.1",
"@folio/organizations": "5.1.0",
"@folio/plugin-bursar-export": "4.0.0",
"@folio/plugin-create-inventory-records": "4.1.0",
"@folio/plugin-find-agreement": "11.0.1",
"@folio/plugin-find-authority": "4.0.0",
"@folio/plugin-find-contact": "5.1.0",
"@folio/plugin-find-eresource": "7.0.1",
"@folio/plugin-find-erm-usage-data-provider": "6.1.0",
"@folio/plugin-find-fund": "3.1.0",
"@folio/plugin-find-import-profile": "7.1.0",
"@folio/plugin-find-instance": "7.1.0",
"@folio/plugin-find-interface": "5.1.0",
"@folio/plugin-find-license": "11.0.1",
"@folio/plugin-find-organization": "5.1.0",
"@folio/plugin-find-package-title": "6.1.0",
"@folio/plugin-find-po-line": "5.1.0",
"@folio/plugin-find-user": "7.1.0",
"@folio/plugin-query-builder" : "1.1.2",
"@folio/quick-marc": "8.0.0",
"@folio/receiving": "5.0.0",
"@folio/remote-storage": "5.1.0",
"@folio/requests": "9.1.0",
"@folio/servicepoints": "7.1.0",
"@folio/plugin-eusage-reports": "3.1.0",
"@folio/service-interaction": "3.0.0",
"@folio/stripes": "9.1.1",
"@folio/stripes-authority-components": "4.0.0",
"@folio/stripes-erm-components": "9.1.0",
"@folio/stripes-marc-components": "1.0.0",
"@folio/serials-management": "1.0.0",
"@folio/tags": "8.1.0",
"@folio/tenant-settings": "8.1.0",
"@folio/users": "10.1.0",
"final-form": "^4.20.7",
"final-form-arrays": "^3.0.2",
"moment": "~2.29.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-final-form": "^6.5.9",
"react-final-form-arrays": "^3.1.3",
"react-intl": "^6.4.7",
"react-query": "^3.13.0",
"react-redux": "^8.0.5",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-titled": "^2.0.0",
"redux": "^4.2.1",
"redux-observable": "^1.2.0",
"rxjs": "^6.6.7",
"zustand": "^4.1.1"
},
"devDependencies": {
"@folio/stripes-cli": "3.1.0",
"@types/lodash": "^4.14.197",
"eslint": "^6.2.1",
"lodash": "^4.17.5"
},
"resolutions": {
"@rehooks/local-storage": "2.4.5",
"colors": "1.4.0",
"final-form": "^4.20.4",
"minimist": "^1.2.3",
"moment": "~2.29.0",
"redux-form": "^8.0.0"
}
}