forked from folio-org/stripes-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.96 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
{
"name": "@folio/stripes-components",
"version": "3.0.4",
"description": "Component library for building Stripes applications.",
"license": "Apache-2.0",
"repository": "folio-org/stripes-components",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
},
"scripts": {
"docgen": "react-docgen ./lib/ --pretty -e index.js -o ./docs/reactdoc.json ",
"lint": "eslint ./ && stylelint \"lib/**/*.css\"",
"eslint": "eslint ./",
"stylelint": "stylelint \"lib/**/*.css\"",
"test": "stripes test karma",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"engines": {
"node": ">=6.0.0"
},
"stripes": {
"type": "app",
"actionNames": [
"selectPreviousRow",
"selectNextRow",
"selectFirstOrCurrentRow",
"unfocusRow",
"focusBeyond"
]
},
"devDependencies": {
"@bigtest/interactor": "^0.7.2",
"@bigtest/mocha": "^0.5.0",
"@folio/eslint-config-stripes": "^2.0.0",
"@folio/stripes-cli": "^1.2.0",
"@storybook/addon-actions": "^3.2.16",
"@storybook/addon-knobs": "^3.3.11",
"@storybook/addon-options": "^3.2.15",
"@storybook/addons": "^3.4.6",
"@storybook/react": "^3.3.13",
"autoprefixer": "^7.1.6",
"babel-core": "^6.17.0",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"babel-runtime": "^6.26.0",
"chai": "^3.5.0",
"eslint": "^4.8.0",
"file-loader": "^1.1.5",
"jest-mock": "23.2.0",
"mocha": "^4.0.1",
"postcss-calc": "^6.0.1",
"postcss-color-function": "^4.0.1",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^6.2.0",
"postcss-import": "^11.0.0",
"postcss-media-minmax": "^3.0.0",
"postcss-nesting": "^4.2.1",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"storybook-addon-intl": "^2.3.0",
"storybook-addon-rtl": "^0.1.1",
"storybook-readme": "^3.2.0",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"webpack": "^4.10.2"
},
"dependencies": {
"@folio/stripes-connect": "^3.1.3",
"@folio/stripes-form": "^0.8.2",
"@folio/stripes-react-hotkeys": "^1.0.0",
"classnames": "^2.2.5",
"dom-helpers": "^3.2.1",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"moment-range": "^3.0.3",
"moment-timezone": "^0.5.14",
"normalize.css": "^7.0.0",
"prop-types": "^15.5.10",
"prop-types-extra": "^1.0.1",
"query-string": "^6.1.0",
"react-flexbox-grid": "1.1.3",
"react-highlighter": "^0.4.2",
"react-intl": "^2.4.0",
"react-overlays": "^0.8.3",
"react-redux": "^5.0.2",
"react-router-dom": "^4.1.1",
"react-tether": "^1.0.1",
"react-transition-group": "^2.2.1",
"redux": "^3.6.0",
"redux-form": "^7.0.3",
"typeface-source-sans-pro": "^0.0.44"
},
"peerDependencies": {
"@folio/stripes-core": "^2.7.0"
}
}