-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.53 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.53 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
{
"name": "rophim-site",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev -p 3012",
"build": "next build",
"start": "next start -p 6003",
"lint": "next lint",
"obfuscateJS": "node src/scripts/obfuscate.mjs"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@floating-ui/react": "^0.26.20",
"@marsidev/react-turnstile": "^1.1.0",
"@mui/material": "^7.1.0",
"@mui/x-date-pickers": "^8.4.0",
"@reduxjs/toolkit": "^2.2.7",
"axios": "1.12.0",
"bad-words": "^4.0.0",
"bootstrap": "^5.3.3",
"color.js": "^1.2.0",
"dayjs": "^1.11.13",
"emoji-picker-react": "^4.12.2",
"framer-motion": "^11.11.9",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"next": "^15.3.6",
"react": "^18.3.1",
"react-bootstrap": "^2.10.9",
"react-calendar": "^5.1.0",
"react-clock": "^5.1.0",
"react-datetime-picker": "^6.0.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-easy-crop": "^5.5.0",
"react-google-recaptcha": "^3.1.0",
"react-h5-audio-player": "^3.10.1",
"react-hook-form": "^7.52.2",
"react-redux": "^9.1.2",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.27.1",
"react-virtuoso": "^4.14.0",
"slugify": "^1.6.6",
"socket.io-client": "^4.8.1",
"striptags": "^3.2.0",
"swiper": "^11.1.9",
"ua-parser-js": "^2.0.3",
"uuid": "^10.0.0",
"viewerjs": "^1.11.7"
},
"devDependencies": {
"javascript-obfuscator": "^4.1.1"
}
}