-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.63 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
{
"name": "op-in-front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 5050",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.8",
"@heroicons/react": "^2.0.14",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@react-spring/web": "^9.6.1",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"@toast-ui/react-editor": "^3.2.2",
"axios": "^1.3.2",
"classnames": "^2.3.2",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.0",
"react-hot-toast": "^2.4.0",
"react-joyride": "^2.5.3",
"react-player": "^2.11.1",
"react-router-dom": "^6.8.0",
"react-sweet-progress": "^1.1.2",
"react-toastify": "^9.1.1",
"react-tooltip": "^5.7.2",
"react-use": "^17.4.0",
"recoil": "^0.7.6",
"recoil-persist": "^4.2.0",
"styled-components": "^5.3.6",
"tui-editor-plugin-font-size": "^1.0.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jsdoc": "^39.7.4",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.21",
"prettier": "2.8.3",
"tailwindcss": "^3.2.6",
"vite": "^4.0.0"
}
}