forked from ibastawisi/matheditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.68 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
{
"name": "matheditor",
"private": true,
"version": "0.7.0",
"scripts": {
"dev": "next dev",
"prebuild": "npx prisma generate",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.63",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@excalidraw/excalidraw": "^0.17.6",
"@fontsource/roboto": "^5.1.0",
"@lexical/headless": "^0.18.0",
"@lexical/react": "^0.18.0",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@mui/material-nextjs": "^6.1.1",
"@mui/x-charts": "^7.18.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/bundle-analyzer": "14.2.13",
"@next/third-parties": "14.2.13",
"@prisma/client": "^5.20.0",
"@reduxjs/toolkit": "^2.2.7",
"@types/node": "22.7.4",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"ai": "^3.4.7",
"htmr": "^1.0.2",
"lexical": "^0.18.0",
"linkedom": "^0.18.5",
"mathlive": "^0.107.1",
"next": "14.2.13",
"next-auth": "^4.24.8",
"nprogress": "^0.2.0",
"openai": "^4.65.0",
"puppeteer": "^23.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "^9.1.2",
"ts-pattern": "^5.4.0",
"typescript": "5.6.2",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/nprogress": "^0.2.3",
"@types/prismjs": "^1.26.4",
"@types/uuid": "^10.0.0",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"fast-glob": "^3.3.2",
"prisma": "^5.20.0",
"terser-webpack-plugin": "^5.3.10",
"workbox-webpack-plugin": "^7.1.0",
"workbox-window": "^7.1.0"
}
}