-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 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
{
"name": "educacion-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prod": "npm run build && npm start",
"lint:check": "eslint ./src --ext .jsx,.js,.ts,.tsx --ignore-path ./.gitignore"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@edtr-io/mathquill": "0.11.0",
"@react-pdf-viewer/core": "^3.12.0",
"aws4": "^1.12.0",
"bcrypt": "^5.1.1",
"chart.js": "^4.4.3",
"file-type": "^19.0.0",
"jquery": "^3.7.1",
"jsonwebtoken": "^9.0.2",
"katex": "^0.16.11",
"mathlive": "^0.101.0",
"mathquill4quill": "file:./mathquill4quill",
"mongoose": "^8.3.1",
"multer": "^1.4.5-lts.1",
"next": "^14.2.13",
"next-auth": "^4.24.7",
"quill": "^2.0.2",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-doc-viewer": "^0.1.14",
"react-dom": "^18",
"react-quill": "^2.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jquery": "^3.5.31",
"@types/jsonwebtoken": "^9.0.6",
"@types/katex": "^0.16.7",
"@types/multer": "^1.4.11",
"@types/node": "^20.12.12",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}