-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.35 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
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
{
"name": "todohut",
"version": "0.1.0",
"private": true,
"dependencies": {
"@editorjs/editorjs": "^2.22.2",
"@editorjs/header": "^2.6.2",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@popperjs/core": "^2.11.1",
"@tailwindcss/forms": "^0.4.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@tiptap/react": "^2.0.0-beta.106",
"@tiptap/starter-kit": "^2.0.0-beta.174",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.17",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-table": "^7.0.5",
"date-fns": "^2.28.0",
"faker": "^6.6.6",
"gantt-task-react": "^0.3.7",
"immutability-helper": "^3.1.1",
"lodash": "^4.17.21",
"match-sorter": "^6.3.1",
"mobx": "^6.3.10",
"mobx-react": "^7.2.1",
"mobx-react-lite": "^3.2.3",
"mobx-state-tree": "^5.1.0",
"prosemirror-tables": "^1.1.1",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.1.0",
"react-dom": "^17.0.2",
"react-hook-form": "^7.22.5",
"react-motion": "^0.5.2",
"react-popper": "^2.2.5",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"react-table": "^7.7.0",
"rich-markdown-editor": "^11.21.3",
"styled-components": "^5.3.3",
"throttle-debounce": "^3.0.1",
"typescript": "^4.5.4",
"usehooks-ts": "^2.3.0",
"web-vitals": "^2.1.2"
},
"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"
]
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/react-color": "^3.0.6",
"@types/react-motion": "^0.0.32",
"@types/throttle-debounce": "^2.1.0",
"@welldone-software/why-did-you-render": "^6.2.3",
"autoprefixer": "^10.4.1",
"mst-middlewares": "^5.1.0",
"postcss": "^8.4.5",
"remotedev": "^0.2.9",
"tailwindcss": "^3.0.8"
}
}