-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.39 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.39 KB
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
{
"name": "react-process-flowchart",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.5.2",
"@storybook/addon-info": "^5.2.5",
"@types/classnames": "^2.2.9",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.20",
"@types/node": "^12.11.7",
"@types/ramda": "^0.26.33",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/react-intl": "^3.0.0",
"@types/react-truncate": "^2.3.3",
"@typescript-eslint/eslint-plugin": "^2.5.0",
"@typescript-eslint/parser": "^2.5.0",
"awesome-typescript-loader": "^5.2.1",
"bucketjs": "^0.3.2",
"classnames": "^2.2.6",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.3",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"ramda": "^0.26.1",
"react": "^16.11.0",
"react-docgen-typescript-loader": "^3.3.0",
"react-dom": "^16.11.0",
"react-intl": "^3.4.0",
"react-scripts": "3.2.0",
"react-truncate": "^2.4.0",
"typescript": "^3.6.4"
},
"resolutions": {
"lodash": "^4.17.13",
"eslint-utils": "^1.4.2",
"handlebars": "^4.1.2",
"js-yaml": "^3.13.1",
"mixin-deep": "^1.3.2",
"set-value": "^2.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"type-check": "tsc",
"build-languages": "yarn run build-i18n-messages && yarn run build-i18n-assets",
"build-i18n-messages": "flattenMessages",
"build-i18n-assets": "generateLocaleMessages",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.6.4",
"@storybook/addon-a11y": "^5.2.5",
"@storybook/addon-actions": "^5.2.5",
"@storybook/addon-knobs": "^5.2.5",
"@storybook/addon-links": "^5.2.5",
"@storybook/addon-storysource": "^5.2.5",
"@storybook/addons": "^5.2.5",
"@storybook/react": "^5.2.5",
"babel-loader": "^8.0.6",
"eslint-plugin-react-hooks": "^2.5.0",
"storybook-addon-jsx": "^7.1.13"
}
}