-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 3.5 KB
/
Copy pathpackage.json
File metadata and controls
126 lines (126 loc) · 3.5 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "nov-social",
"version": "0.1.0",
"private": true,
"dependencies": {
"@draft-js-plugins/editor": "^4.1.3",
"@draft-js-plugins/emoji": "^4.6.5",
"@draft-js-plugins/hashtag": "^4.2.2",
"@draft-js-plugins/linkify": "^4.2.1",
"@draft-js-plugins/mention": "^5.2.1",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@headlessui/react": "^1.7.7",
"@hookform/resolvers": "^2.9.1",
"@lottiefiles/react-lottie-player": "^3.4.7",
"@radix-ui/react-scroll-area": "^1.0.2",
"@react-oauth/google": "^0.5.1",
"@reduxjs/toolkit": "^1.8.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@tippyjs/react": "^4.2.6",
"@uidotdev/usehooks": "^2.0.1",
"axios": "^0.27.2",
"browser-image-compression": "^2.0.0",
"clsx": "^1.2.1",
"date-fns": "^2.29.2",
"draft-js": "^0.11.7",
"emoji-mart": "^5.5.2",
"framer-motion": "^6.3.11",
"i18next": "^21.8.10",
"jwt-decode": "^3.1.2",
"libphonenumber-js": "^1.10.19",
"nanoid": "^4.0.0",
"openai": "^3.1.0",
"react": "^18.2.0",
"react-awesome-lightbox": "^1.8.1",
"react-countdown-circle-timer": "^3.0.9",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-easy-crop": "^4.6.3",
"react-error-boundary": "^3.1.4",
"react-facebook-login": "^4.1.1",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.32.2",
"react-hot-toast": "^2.4.0",
"react-i18next": "^11.17.2",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^9.4.2",
"react-lazy-load-image-component": "^1.5.5",
"react-phone-input-2": "^2.15.1",
"react-query": "^3.39.3",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-share": "^4.4.1",
"react-simple-typewriter": "^5.0.1",
"react-sticky-box": "^1.0.2",
"redux-persist": "^6.0.0",
"socket.io-client": "^4.7.1",
"web-vitals": "^2.1.0",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/addon-postcss": "^3.0.0-alpha.1",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/node-logger": "^6.5.15",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.14",
"babel-plugin-named-exports-order": "^0.0.2",
"concurrently": "^7.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"prop-types": "^15.8.1",
"storybook-css-modules-preset": "^1.1.1",
"storybook-tailwind-dark-mode": "^1.0.15",
"tailwindcss": "^3.3.1",
"webpack": "^5.75.0"
}
}