forked from folio-org/platform-complete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.77 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
{
"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",
"install": "yarn install --ignore-scripts",
"postinstall": "npm rebuild sharp",
"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": "3.3.1",
"@folio/agreements": "8.3.2",
"@folio/bulk-edit": "2.1.3",
"@folio/calendar": "8.0.2",
"@folio/checkin": "7.2.0",
"@folio/checkout": "8.2.0",
"@folio/circulation": "7.2.1",
"@folio/circulation-log": "2.3.0",
"@folio/courses": "5.3.0",
"@folio/dashboard": "3.0.4",
"@folio/data-export": "5.3.1",
"@folio/data-import": "5.3.10",
"@folio/developer": "6.3.0",
"@folio/eholdings": "7.3.2",
"@folio/erm-comparisons": "4.3.0",
"@folio/erm-usage": "6.3.0",
"@folio/export-manager": "2.3.1",
"@folio/finance": "3.3.2",
"@folio/gobi-settings": "1.0.2",
"@folio/handler-stripes-registry": "1.3.0",
"@folio/inventory": "9.2.8",
"@folio/invoice": "3.3.1",
"@folio/ldp": "1.9.0",
"@folio/licenses": "8.3.1",
"@folio/local-kb-admin": "5.3.0",
"@folio/marc-authorities": "2.0.1",
"@folio/myprofile": "7.2.0",
"@folio/notes": "7.0.0",
"@folio/oai-pmh": "3.3.0",
"@folio/orders": "3.3.3",
"@folio/organizations": "3.3.1",
"@folio/plugin-bursar-export": "2.3.0",
"@folio/plugin-create-inventory-records": "3.2.1",
"@folio/plugin-eusage-reports": "2.3.0",
"@folio/plugin-find-agreement": "8.3.0",
"@folio/plugin-find-authority": "1.0.1",
"@folio/plugin-find-contact": "3.3.0",
"@folio/plugin-find-eresource": "4.3.0",
"@folio/plugin-find-erm-usage-data-provider": "4.2.0",
"@folio/plugin-find-fund": "1.2.0",
"@folio/plugin-find-import-profile": "5.3.1",
"@folio/plugin-find-instance": "6.3.1",
"@folio/plugin-find-interface": "3.3.0",
"@folio/plugin-find-license": "8.3.0",
"@folio/plugin-find-organization": "3.3.0",
"@folio/plugin-find-package-title": "4.2.0",
"@folio/plugin-find-po-line": "3.3.0",
"@folio/plugin-find-user": "6.3.0",
"@folio/quick-marc": "5.2.0",
"@folio/receiving": "2.3.1",
"@folio/remote-storage": "3.3.2",
"@folio/requests": "7.2.4",
"@folio/servicepoints": "6.2.0",
"@folio/stripes": "7.3.5",
"@folio/stripes-authority-components": "1.0.2",
"@folio/stripes-erm-components": "7.0.3",
"@folio/tags": "6.3.0",
"@folio/tenant-settings": "7.3.0",
"@folio/users": "8.2.4",
"final-form": "^4.20.7",
"final-form-arrays": "^3.0.2",
"moment": "~2.29.0",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"react-final-form": "^6.5.9",
"react-final-form-arrays": "^3.1.3",
"react-intl": "^5.25.1",
"react-query": "^3.13.0",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-titled": "^1.0.1",
"redux": "^4.0.5",
"redux-observable": "^1.2.0",
"rxjs": "^6.6.7",
"swr": "^0.4.2",
"zustand": "^4.1.1"
},
"devDependencies": {
"@folio/stripes-cli": "^2.6.0",
"eslint": "^6.2.1",
"lodash": "^4.17.5"
},
"resolutions": {
"colors": "1.4.0",
"@folio/stripes-cli": "^2.4.0",
"@folio/stripes-webpack": "4.1.2",
"@rehooks/local-storage": "2.4.0",
"final-form": "^4.20.4",
"minimist": "^1.2.3",
"moment": "~2.29.1",
"redux-form": "^8.0.0"
}
}