-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
71 lines (71 loc) · 1.98 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
{
"name": "probot-next-setup",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"aos": "^2.3.4",
"array-move": "^4.0.0",
"axios": "^1.5.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"crypto-js": "^4.1.1",
"formik": "^2.4.5",
"framer-motion": "^10.16.4",
"highlight.js": "^11.9.0",
"humanize-duration": "^3.30.0",
"invariant": "^2.2.4",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "13.5.4",
"numeral": "^2.0.6",
"popmotion": "^11.0.5",
"probot-locale": "github:ProBotOrg/locale",
"prop-types": "^15.8.1",
"r-onboarding": "^2.1.0",
"radix-ui": "^1.0.1",
"rc-dropdown": "^4.1.0",
"rc-slider": "^10.3.0",
"rc-tooltip": "^6.1.1",
"react": "^18",
"react-color": "^2.19.3",
"react-countup": "^6.4.2",
"react-dom": "^18",
"react-drag-drop-files": "^2.3.10",
"react-fast-marquee": "^1.6.2",
"react-indiana-drag-scroll": "^2.2.0",
"react-loading-skeleton": "^3.3.1",
"react-localization": "^1.0.19",
"react-markdown": "^9.0.0",
"react-modal": "^3.16.1",
"react-select": "^5.7.7",
"react-spinners": "^0.13.8",
"react-switch": "^7.0.0",
"react-turnstile": "^1.1.2",
"socket.io-client": "^4.7.2",
"sweetalert2": "^11.7.32",
"tailwind-merge": "^1.14.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}