-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
82 lines (82 loc) · 2.29 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
{
"name": "scicommons-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@coreui/react": "^4.9.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^1.0.6",
"@iconify/icons-heroicons-solid": "^1.2.6",
"@material-tailwind/react": "^2.0.7",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.10",
"@mui/styled-engine-sc": "^5.14.10",
"@react-icons/all-files": "^4.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.5.2",
"axios": "^1.4.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
"dompurify": "^3.0.5",
"draft-js": "^0.11.7",
"draft-js-import-html": "^1.4.1",
"flowbite": "^1.7.0",
"flowbite-react": "^0.4.11",
"heroicons": "^2.0.18",
"heroicons-react": "^1.4.1",
"mdb-react-ui-kit": "^6.1.0",
"popper.js": "^1.16.1",
"react": "^18.2.0",
"react-chat-elements": "^12.0.10",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-icons": "^4.10.1",
"react-loader-spinner": "^5.3.4",
"react-markdown": "^8.0.7",
"react-quill": "^2.0.0",
"react-responsive-modal": "^6.4.2",
"react-router-dom": "^6.14.0",
"react-scripts": "5.0.1",
"react-spinners": "^0.13.8",
"react-toggle": "^4.1.3",
"styled-components": "^5.3.11",
"toastmaker": "^1.0.9",
"tw-elements": "^1.0.0-beta3",
"tw-elements-react": "^1.0.0-alpha1",
"web-vitals": "^2.1.4",
"websocket": "^1.0.34"
},
"scripts": {
"start": "react-scripts start",
"build": "npm install && 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": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.26",
"tailwindcss": "^3.3.3"
}
}