-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.85 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.85 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "angie-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@devexpress/dx-react-core": "^2.6.0",
"@devexpress/dx-react-scheduler": "^2.6.0",
"@devexpress/dx-react-scheduler-material-ui": "^2.6.0",
"@material-ui/core": "^4.9.6",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.46",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.9.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/classnames": "^2.2.10",
"@types/faker": "^4.1.10",
"@types/jest": "^24.9.1",
"@types/jsonpath": "^0.2.0",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.30",
"@types/react": "^16.9.23",
"@types/react-color": "^3.0.1",
"@types/react-confirm": "^0.1.4",
"@types/react-dom": "^16.9.5",
"@types/react-redux": "^7.1.7",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"@types/react-router-redux": "^5.0.18",
"@types/react-sortable-tree": "^0.3.11",
"@types/redux-logger": "^3.0.7",
"@types/superagent": "^4.1.7",
"@types/uuid": "^3.4.8",
"@types/yup": "^0.26.32",
"array-to-tree": "^3.3.2",
"chart.js": "^2.9.3",
"clsx": "^1.1.0",
"date-fns": "^2.11.0",
"faker": "^4.1.0",
"formik": "^2.1.4",
"formik-material-ui": "^2.0.0-beta.1",
"hex-color-regex": "^1.1.0",
"jsonpath": "^1.0.2",
"lodash": "^4.17.15",
"material-table": "^1.57.2",
"querystring": "^0.2.0",
"react": "^16.13.0",
"react-chartjs-2": "^2.9.0",
"react-color": "^2.18.0",
"react-confirm": "^0.1.20",
"react-dom": "^16.13.0",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-redux": "^4.0.8",
"react-scripts": "3.4.0",
"react-sortable-tree": "^2.7.1",
"react-toastify": "^5.5.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"superagent": "^5.2.2",
"typescript": "^3.7.5",
"uuid": "^3.4.0",
"yup": "^0.27.0"
},
"devDependencies": {
"@storybook/addon-actions": "^5.3.17",
"@storybook/addon-links": "^5.3.17",
"@storybook/addons": "^5.3.17",
"@storybook/preset-create-react-app": "^2.0.0",
"@storybook/react": "^5.3.17"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}