forked from folio-org/stripes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1002 Bytes
/
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
{
"name": "@folio/stripes",
"version": "6.2.2",
"description": "Stripes framework",
"repository": "https://github.com/folio-org/stripes",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
},
"license": "Apache-2.0",
"engines": {
"node": ">=8.9.0"
},
"main": "src/index.js",
"scripts": {
"test": "echo 'No tests implemented'",
"lint": "eslint ./"
},
"dependencies": {
"@folio/stripes-components": "~9.2.1",
"@folio/stripes-connect": "~6.2.0",
"@folio/stripes-core": "~7.2.0",
"@folio/stripes-form": "~6.1.0",
"@folio/stripes-final-form": "~5.1.0",
"@folio/stripes-logger": "~1.0.0",
"@folio/stripes-smart-components": "~6.1.2",
"@folio/stripes-util": "~4.2.0",
"react-redux": "~7.2.0",
"redux": "~4.0.0"
},
"devDependencies": {
"@folio/eslint-config-stripes": "^5.0.0",
"eslint": "^6.2.1"
},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}