forked from folio-org/stripes-data-transfer-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.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
{
"name": "@folio/stripes-data-transfer-components",
"version": "3.0.0",
"description": "Shared components for ui-data-import and ui-data-export projects",
"main": "src/index.js",
"repository": "folio-org/stripes-data-transfer-components",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
},
"license": "Apache-2.0",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"lint": "eslint .",
"lintfix": "eslint . --fix",
"test": "stripes test karma",
"test-coverage": "stripes test karma --coverage"
},
"devDependencies": {
"@bigtest/interactor": "^0.7.2",
"@bigtest/mocha": "^0.5.2",
"@bigtest/react": "^0.1.2",
"@folio/stripes-cli": "^1.18.0",
"@folio/eslint-config-stripes": "^5.0.0",
"@folio/stripes-core": "^6.0.0",
"@folio/stripes-smart-components": "^5.0.0",
"@folio/stripes": "^5.0.0",
"babel-eslint": "^10.0.3",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"eslint": "^6.2.1",
"eslint-plugin-babel": "^5.3.0",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-router-dom": "^5.2.0",
"react-intl": "^5.7.0",
"regenerator-runtime": "^0.13.3",
"core-js": "^3.6.1",
"sinon": "^7.1.1"
},
"dependencies": {
"classnames": "^2.2.5",
"lodash": "^4.16.4",
"prop-types": "^15.6.0",
"react-router-prop-types": "^1.0.4",
"react-dropzone": "^7.0.1",
"compose-function": "^3.0.3",
"query-string": "^5.0.0"
},
"peerDependencies": {
"@folio/stripes": "^5.0.0",
"pretender": "*",
"react": "*",
"react-intl": "^5.7.0",
"react-router": "*",
"react-router-dom": "*"
},
"stripes": {
"icons": [
{
"name": "mappingProfiles",
"alt": "Field Mapping Profiles",
"title": "Field Mapping Profiles"
},
{
"name": "jobProfiles",
"alt": "Job Profiles",
"title": "Job Profiles"
}
]
}
}