forked from folio-org/stripes-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
138 lines (138 loc) · 4.27 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
133
134
135
136
137
138
{
"name": "@folio/stripes-components",
"version": "10.1.0",
"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": ">=10.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",
"@folio/eslint-config-stripes": "^6",
"@folio/stripes-cli": "^2.4.0",
"@folio/stripes-testing": "^4.2.0",
"@mdx-js/loader": "^1.6.22",
"@storybook/addon-actions": "^6.3.6",
"@storybook/addons": "^6.3.6",
"@storybook/builder-webpack5": "^6.3.12",
"@storybook/manager-webpack5": "^6.3.12",
"@storybook/react": "^6.3.6",
"@svgr/webpack": "^5.5.0",
"autoprefixer": "^9.0.0",
"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": "^9.0.0",
"moment": "^2.29.0",
"postcss": "^8.3.9",
"postcss-calc": "^8.0.0",
"postcss-color-function": "folio-org/postcss-color-function",
"postcss-custom-media": "^8.0.0",
"postcss-custom-properties": "^12.0.0",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.0",
"postcss-media-minmax": "^5.0.0",
"postcss-nesting": "^8.0.1",
"postcss-syntax": "^0.34.0",
"postcss-url": "^10.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.8.0",
"react-redux": "^7.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.0",
"redux-form": "^8.3.0",
"regenerator-runtime": "^0.13.3",
"sinon": "^11.1.2",
"storybook-addon-designs": "^6.0.1",
"storybook-addon-intl": "^2.4.1",
"storybook-addon-rtl": "^0.3.0",
"storybook-readme": "^5.0.9",
"stylelint": "^9.5.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-junit-formatter": "^0.2.1",
"webpack": "^5.58.1"
},
"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-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": "^4.1.1",
"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": {
"moment": "^2.29.0",
"react-intl": "^5.0.0",
"react-router-dom": "^5.2.0"
},
"resolutions": {
"moment": "~2.24.0"
}
}