This repository was archived by the owner on Jun 29, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 2.74 KB
/
Copy pathpackage.json
File metadata and controls
107 lines (107 loc) · 2.74 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
{
"name": "frontend.ro",
"version": "1.0.0",
"private": false,
"engines": {
"node": "24.x"
},
"author": {
"name": "Alexandru Pavaloi",
"email": "pava@iampava.com",
"url": "https://iampava.com"
},
"contributors": [
{
"name": "Diana Toma",
"url": "https://github.com/andreeatoma"
},
{
"name": "Catalin Popusoi",
"url": "https://github.com/catalinpopusoi"
},
{
"name": "Cristian Gațu",
"url": "https://github.com/SirCQQ"
},
{
"name": "Sebastian Latkolic",
"url": "https://github.com/juppsy"
},
{
"name": "Nicolae Matieș",
"url": "https://github.com/nmaties/"
},
{
"name": "Daniel Huțanu",
"url": "https://www.linkedin.com/in/danielhutanu22/"
},
{
"name": "Swarup Kumar Das ",
"url": "https://github.com/swarup4741"
},
{
"name": "Ira Melnic",
"url": "https://www.facebook.com/melnic.ira"
}
],
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"postbuild": "next-sitemap",
"start": "next start"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.20.0",
"@codesandbox/sandpack-themes": "^2.0.21",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"confetti-js": "^0.0.18",
"date-fns": "^2.30.0",
"dompurify": "^2.4.7",
"fathom-client": "^3.5.0",
"file-saver": "^2.0.5",
"file-system-utils": "^0.0.1",
"highlight.js": "^11.9.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"logrocket": "^4.0.0",
"marked": "^4.3.0",
"monaco-editor": "0.34.1",
"mongoose": "^7.6.13",
"next": "^16.2.0",
"next-translate": "^2.6.2",
"qrcode": "^1.5.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-intersection-observer": "^9.13.1",
"react-redux": "^9.2.0",
"react-select": "^5.8.3",
"redux": "^4.2.1",
"sass": "^1.77.0",
"sweetalert2": "^11.6.13",
"sweetalert2-react-content": "^5.0.7",
"uuid": "^8.3.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
"@types/marked": "^4.3.2",
"@types/node": "^22.10.0",
"@types/qrcode": "^1.5.5",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/uuid": "^8.3.4",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eslint-import-resolver-alias": "^1.1.2",
"next-sitemap": "^4.2.3",
"raw-loader": "^4.0.2",
"typescript": "^5.6.0"
}
}