-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.31 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
{
"name": "task-management",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^2.11.0",
"@dhaiwat10/react-link-preview": "^1.12.2",
"@draft-js-plugins/editor": "^4.1.0",
"@draft-js-plugins/inline-toolbar": "^4.1.2",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@hookform/resolvers": "^2.8.3",
"@mui/icons-material": "^5.2.0",
"@mui/lab": "^5.0.0-alpha.56",
"@mui/material": "^5.2.0",
"@mui/styles": "^5.2.0",
"@reduxjs/toolkit": "^1.6.2",
"@richardrout/react-smooth-dnd": "^0.13.0",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@tldraw/tldraw": "^1.9.3",
"@types/dagre": "^0.7.47",
"@types/draft-js": "^0.11.6",
"@types/emoji-mart": "^3.0.9",
"@types/jest": "^27.0.3",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^16.11.10",
"@types/query-string": "^6.3.0",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.2",
"@types/yup": "^0.29.13",
"axios": "^0.24.0",
"chart.js": "^3.6.0",
"dagre": "^0.8.5",
"date-fns": "^2.26.0",
"draft-js": "^0.11.7",
"emoji-mart": "^3.0.1",
"mobx": "^6.4.2",
"mobx-react": "^7.3.0",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.0",
"react-dom": "^17.0.2",
"react-flow-renderer": "^10.0.3",
"react-hook-form": "^7.20.2",
"react-hot-toast": "^2.1.1",
"react-image-lightbox": "^5.1.4",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-scripts": "5.0.0",
"react-smooth-dnd": "^0.11.1",
"socket.io-client": "^4.4.0",
"typescript": "^4.6.2",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}