-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
53 lines (53 loc) · 1.56 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
{
"name": "storybook",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@paysera/react-common": "^3.17.5",
"@storybook/addon-essentials": "^6.5.14",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"bootstrap": "^3.4.1",
"coa": "2.0.2",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^5.5.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^0.33.1",
"react-dom": "^16.13.1",
"react-redux": "5.1.1",
"react-table": "^6.9.2",
"redux": "3.7.2",
"redux-form": "^7.4.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-react-jsx": "^7.20.7",
"@mdx-js/loader": "^2.2.1",
"@paysera/eslint-config": "^1.0.0",
"@paysera/eslint-config-base": "^1.1.0",
"@paysera/modernizr-config": "^1.0.0",
"@storybook/addon-backgrounds": "^6.5.14",
"@storybook/addon-docs": "^6.5.15",
"@storybook/react": "^6.5.14",
"@storybook/storybook-deployer": "^2.8.16",
"babel-loader": "^8.1.0",
"eslint": "^5.4.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"less": "^3.12.2",
"less-loader": "^6.2.0",
"modernizr": "^3.11.4",
"webpack": "^5.75.0",
"webpack-modernizr-loader": "^5.0.0"
},
"scripts": {
"storybook": "start-storybook",
"build-storybook": "build-storybook -c .storybook -o .out",
"deploy-storybook": "storybook-to-ghpages"
},
"author": "Paysera",
"license": "ISC"
}