-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
107 lines (107 loc) · 3.1 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "homepage-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.6.1",
"@heroicons/react": "^1.0.5",
"@material-ui/core": "^4.12.4",
"@material/textfield": "^14.0.0",
"@mui/x-date-pickers": "^5.0.0-beta.6",
"@reduxjs/toolkit": "^1.7.1",
"@tailwindcss/forms": "^0.5.2",
"@toast-ui/editor-plugin-chart": "^3.0.1",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.0.0",
"@toast-ui/editor-plugin-color-syntax": "^3.0.2",
"@toast-ui/editor-plugin-table-merged-cell": "^3.0.1",
"@toast-ui/editor-plugin-uml": "^3.0.1",
"@toast-ui/react-editor": "^3.1.2",
"aos": "^2.3.4",
"axios": "^0.25.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^5.2.0-beta1",
"cors": "^2.8.5",
"dayjs": "^1.10.7",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"framer-motion": "^6.3.6",
"highlight.js": "^11.4.0",
"marked": "^4.0.10",
"moment": "^2.29.1",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"react-awesome-modal": "^2.0.5",
"react-chart-race": "^0.0.3",
"react-code-input": "^3.10.1",
"react-datepicker": "^4.8.0",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-dropzone": "^12.0.2",
"react-fade-in": "^2.0.1",
"react-fast-marquee": "^1.3.4",
"react-indiana-drag-scroll": "^2.1.0",
"react-markdown": "^8.0.0",
"react-marked-markdown": "^1.4.6",
"react-moment": "^1.1.1",
"react-query": "^3.39.1",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-scroll-horizontal": "^1.6.6",
"react-stomp": "^5.1.0",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"rehype-raw": "^6.1.1",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"styled-components": "^5.3.5",
"tailwind-scrollbar-hide": "^1.1.7",
"typed.js": "^2.0.12"
},
"scripts": {
"pro": "react-app-rewired build && serve -s build",
"dev": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired 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": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^14.4.3",
"autoprefixer": "^10.4.5",
"babel-plugin-transform-remove-console": "^6.9.4",
"customize-cra": "^1.0.0",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"nodemon": "^2.0.20",
"postcss": "^8.4.16",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0.1",
"serve": "^13.0.2",
"tailwindcss": "^3.0.15",
"web-vitals": "^2.1.0"
}
}