forked from folio-org/stripes-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
132 lines (132 loc) · 4.05 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "@folio/stripes-components",
"version": "7.0.1",
"description": "Component library for building Stripes applications.",
"license": "Apache-2.0",
"repository": "folio-org/stripes-components",
"sideEffects": [
"*.css"
],
"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",
"storybook-build": "build-storybook -c .storybook -o .out"
},
"engines": {
"node": ">=6.0.0"
},
"stripes": {
"type": "components",
"actionNames": [
"selectPreviousRow",
"selectNextRow",
"selectFirstOrCurrentRow",
"unfocusRow",
"focusBeyond"
]
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.7.4",
"@babel/register": "^7.0.0",
"@bigtest/interactor": "^0.7.2",
"@bigtest/mocha": "^0.5.0",
"@folio/eslint-config-stripes": "^5.2.0",
"@folio/stripes-cli": "^1.6.0",
"@storybook/addon-actions": "^4.0.12",
"@storybook/addon-knobs": "^4.0.12",
"@storybook/addon-options": "^4.0.12",
"@storybook/addons": "^4.0.12",
"@storybook/react": "^4.0.12",
"autoprefixer": "^7.1.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-remove-jsx-attributes": "^0.0.2",
"chai": "^4.1.2",
"core-js": "^3.6.1",
"eslint": "^6.2.1",
"faker": "^4.1.0",
"file-loader": "^2.0.0",
"jest-mock": "23.2.0",
"karma-viewport": "^1.0.4",
"mocha": "^5.2.0",
"postcss": "^7.0.2",
"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",
"postcss-syntax": "^0.34.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-intl": "^4.5.1",
"react-redux": "^5.0.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"redux": "^3.6.0",
"redux-form": "^7.0.3",
"regenerator-runtime": "^0.13.3",
"sinon": "^7.3.2",
"storybook-addon-intl": "^2.3.2",
"storybook-addon-rtl": "^0.2.1",
"storybook-readme": "^4.0.2",
"stylelint": "^9.5.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-junit-formatter": "^0.2.1",
"webpack": "^4.41.2"
},
"dependencies": {
"@folio/stripes-react-hotkeys": "^3.0.5",
"classnames": "^2.2.5",
"currency-codes": "^1.5.0",
"dom-helpers": "^3.2.1",
"downshift": "^2.0.16",
"hoist-non-react-statics": "^3.1.0",
"json2csv": "^4.2.1",
"lodash": "^4.17.4",
"memoize-one": "^5.0.0",
"moment": "~2.24.0",
"moment-range": "^3.0.3",
"moment-timezone": "^0.5.14",
"normalize.css": "^7.0.0",
"popper.js": "^1.14.6",
"prop-types": "^15.5.10",
"prop-types-extra": "^1.1.0",
"query-string": "^6.1.0",
"react-flexbox-grid": "1.1.3",
"react-highlight-words": "^0.16.0",
"react-hot-loader": "^4.0.0",
"react-overlays": "^0.8.3",
"react-quill": "^1.3.3",
"react-svg-loader": "^3.0.3",
"react-tether": "^1.0.1",
"react-transition-group": "^2.2.1",
"react-virtualized-auto-sizer": "^1.0.2",
"tai-password-strength": "^1.1.1"
},
"peerDependencies": {
"react-intl": "^4.5.1",
"react-router-dom": "^4.1.1"
},
"resolutions": {
"moment": "~2.24.0"
}
}