-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 2.37 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
{
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"@locator/babel-jsx": "^0.4.3",
"@locator/runtime": "^0.4.3",
"@types/draftjs-to-html": "^0.8.4",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.4",
"@types/react": "^18.2.47",
"@types/react-datepicker": "^4.19.5",
"@types/react-dom": "^18.2.18",
"@types/react-draft-wysiwyg": "^1.13.8",
"@types/react-router-dom": "^5.3.2",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-tailwindcss": "^3.13.1",
"postcss": "^8.4.33",
"prettier": "^3.1.1",
"sass": "^1.69.7",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-tsconfig-paths": "^4.2.3"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@reach/auto-id": "^0.18.0",
"@reach/dialog": "^0.18.0",
"@reach/tabs": "^0.18.0",
"@reach/visually-hidden": "^0.18.0",
"@sentry/react": "^7.92.0",
"@tailwindcss/typography": "^0.5.10",
"clsx": "^2.1.0",
"date-fns": "^3.1.0",
"dayjs": "^1.11.10",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"framer-motion": "^10.17.9",
"js-cookie": "^3.0.5",
"lodash": "^4.17.20",
"react": "^18.2.0",
"react-datepicker": "^4.25.0",
"react-dom": "^18.2.0",
"react-draft": "^0.0.0",
"react-draft-wysiwyg": "^1.15.0",
"react-hook-form": "^7.49.2",
"react-remark": "^2.1.0",
"react-router-dom": "^6.21.1",
"react-toastify": "^9.1.3",
"styled-components": "^6.1.6",
"swr": "^2.2.4",
"tailwind-styled-components": "^2.2.0",
"tailwindcss": "^3.4.1",
"tus-js-client": "^4.0.1"
},
"resolutions": {
"styled-components": "^5"
}
}