forked from paysera/ui-component-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
{
"name": "storybook",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@paysera/react-common": "^3.16.3",
"coa": "2.0.2",
"font-awesome": "^4.7.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^0.33.1",
"react-dom": "^16.13.1",
"react-table": "^6.9.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@paysera/eslint-config": "^1.0.0",
"@paysera/eslint-config-base": "^1.1.0",
"@paysera/modernizr-config": "^1.0.0",
"@storybook/addon-backgrounds": "^5.3.18",
"@storybook/react": "^5.3.18",
"@storybook/storybook-deployer": "^2.8.3",
"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-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"
}