-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.61 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
{
"name": "serity",
"version": "0.1.0",
"private": true,
"homepage": "https://serity.in/",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prettier": "prettier --write \"{src,tests,example/src}/**/*.{jsx,tsx,stories.tsx}\"",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^2.3.5",
"@chakra-ui/theme-tools": "^1.3.6",
"@emoji-mart/data": "^1.0.6",
"@emoji-mart/react": "^1.0.1",
"@emotion/styled": "^11.10.4",
"@reduxjs/toolkit": "^1.8.0",
"@serity-ui/react": "^0.1.6",
"@types/node": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@vitejs/plugin-react": "^2.2.0",
"emoji-mart": "^5.2.2",
"eslint-import-resolver-typescript": "^3.5.2",
"firebase": "^8.9.1",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"joi": "^17.7.0",
"match-sorter": "^6.3.1",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-calendar": "^3.9.0",
"react-calendar-heatmap": "^1.9.0",
"react-color": "^2.19.3",
"react-contenteditable": "^3.3.6",
"react-copy-to-clipboard": "^5.0.4",
"react-datepicker": "^4.4.0",
"react-dom": "^18.0.0",
"react-firebase-hooks": "^3.0.3",
"react-hook-form": "^7.24.1",
"react-hotkeys": "^2.0.0-pre9",
"react-icons": "^4.3.1",
"react-intl": "^5.22.0",
"react-moment": "^1.1.2",
"react-redux": "^7.2.6",
"react-router-dom": "^6.0.2",
"react-select": "^5.6.0",
"react-spinners": "^0.13.4",
"react-tooltip": "^4.5.0",
"react-use": "^17.3.2",
"reaviz": "^13.2.0",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"resolve-url-loader": "^5.0.0",
"styled-components": "^5.3.6",
"typescript": "^4.5.5",
"vite": "^3.2.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.0.21",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-calendar": "^3.5.3",
"@types/react-calendar-heatmap": "^1.6.3",
"@types/react-color": "^3.0.6",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.22",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"eslint": "^8.14.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^8.0.1",
"prettier": "2.7.1",
"sass": "^1.50.0"
}
}