-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
129 lines (129 loc) · 4.1 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
{
"name": "@folio/stripes-components",
"version": "12.3.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 ",
"eslint": "eslint ./",
"formatjs-compile": "formatjs compile-folder --ast --format simple ./translations/stripes-components ./translations/stripes-components/compiled",
"lint": "eslint ./ && stylelint \"lib/**/*.css\"",
"storybook": "storybook dev -p 9001 -c .storybook",
"storybook-build": "storybook build -c .storybook -o .out",
"stylelint": "stylelint \"lib/**/*.css\"",
"test": "stripes test karma",
"test-dev": "stripes test karma --watch"
},
"engines": {
"node": ">=10.0.0"
},
"stripes": {
"type": "components",
"actionNames": [
"selectPreviousRow",
"selectNextRow",
"selectFirstOrCurrentRow",
"unfocusRow",
"focusBeyond"
]
},
"resolutions": {
"polished": "4.2.2"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/eslint-parser": "^7.17.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",
"@csstools/postcss-relative-color-syntax": "^2.0.7",
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/stripes-cli": "^3.0.0",
"@folio/stripes-testing": "^4.7.0",
"@formatjs/cli": "^6.1.3",
"@storybook/addon-actions": "^7.6.12",
"@storybook/addon-essentials": "^7.6.12",
"@storybook/addon-mdx-gfm": "7.6.12",
"@storybook/addons": "^7.6.12",
"@storybook/manager-api": "^7.6.12",
"@storybook/react": "^7.6.12",
"@storybook/react-webpack5": "7.6.12",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.3",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-remove-jsx-attributes": "^0.0.2",
"chai": "^4.1.2",
"core-js": "^3.6.1",
"eslint": "^8.31.0",
"faker": "^4.1.0",
"karma-viewport": "^1.0.4",
"mocha": "^10.2.0",
"moment": "^2.29.0",
"postcss": "^8.4.2",
"postcss-custom-media": "^9.0.1",
"postcss-import": "^15.0.1",
"postcss-loader": "^7.0.2",
"react": "^18.2",
"react-dom": "^18.2",
"react-intl": "^6.4.4",
"react-redux": "^8.0.5",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.0",
"redux-form": "^8.3.0",
"regenerator-runtime": "^0.14.0",
"sinon": "^17.0.0",
"storybook": "7.6.12",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-junit-formatter": "^0.2.2"
},
"dependencies": {
"@csstools/postcss-global-data": "^2.1.1",
"@folio/stripes-react-hotkeys": "^3.2.1",
"classnames": "^2.2.5",
"currency-codes": "2.1.0",
"dayjs": "^1.11.10",
"downshift": "^9.0.4",
"flexboxgrid2": "^7.2.0",
"focus-trap": "^7.5.4",
"json2csv": "^4.2.1",
"lodash": "^4.17.4",
"memoize-one": "^6.0.0",
"moment-range": "^4.0.2",
"moment-timezone": "^0.5.14",
"normalize.css": "^8.0.1",
"popper.js": "^1.14.6",
"prop-types": "^15.5.10",
"prop-types-extra": "^1.1.0",
"query-string": "^8.1.0",
"react-highlight-words": "^0.20.0",
"react-overlays": "^5.2.1",
"react-quill": "^2.0.0",
"react-transition-group": "^4.4.5",
"react-virtualized-auto-sizer": "^1.0.2",
"tai-password-strength": "^1.1.1"
},
"peerDependencies": {
"moment": "^2.29.0",
"react-intl": "^6.4.4",
"react-redux": "^8.0.5",
"react-router-dom": "^5.2.0"
}
}