-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.26 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.26 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
{
"name": "salylearning-app",
"description": "Plataforma de audiolibros para la audio enseñanza de niños y niñas de la Institución Técnica Santa Lucia: Sede Agua Negra",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"bugs": {
"email": "rojasricor@gmail.com",
"url": "https://github.com/rojasricor/salylearning-app/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/rojasricor/salylearning-app"
},
"homepage": "https://salylearning.online",
"keywords": [
"learning",
"libro",
"audio",
"enseñanza",
"educación",
"educación infantil",
"educación primaria"
],
"publisher": "Saly Learning",
"author": {
"name": "Richard A. Rich",
"email": "rojasricor@gmail.com"
},
"contributors": [
{
"name": "SANDRA MILENA MURCIA G"
},
{
"name": "INGRID LISETH VELÁSQUEZ G"
}
],
"dependencies": {
"@github/mini-throttle": "^2.1.1",
"@github/relative-time-element": "^4.4.2",
"@sweetalert2/theme-dark": "^5.0.17",
"bootstrap": "3.3.2",
"canvas-confetti": "^1.9.3",
"cropperjs": "^1.6.2",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"next": "14.2.5",
"next-auth": "^4.24.7",
"next-nprogress-bar": "^2.3.13",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-image-gallery": "^1.3.0",
"react-tooltip": "^5.27.1",
"sharp": "^0.33.4",
"sonner": "^1.5.0",
"sweetalert2": "^11.12.1",
"sweetalert2-react-content": "^5.0.7"
},
"devDependencies": {
"@types/canvas-confetti": "^1.6.4",
"@types/jquery": "^3.5.30",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-image-gallery": "^1.2.4",
"@types/video-react": "^0.15.8",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"typescript": "^5.5.3"
},
"trustedDependencies": [
"@vercel/speed-insights",
"sharp"
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}