-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.44 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "bedit",
"version": "2.2.4",
"private": true,
"license": "MIT",
"homepage": "https://github.com/thoulee21/bedit",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"scan": "next dev & npx react-scan@latest localhost:3000"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@emotion/cache": "^11.13.5",
"@emotion/css": "^11.13.5",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.9",
"@mui/material": "^6.1.9",
"@mui/material-nextjs": "^6.1.9",
"@reduxjs/toolkit": "^2.4.0",
"@stylexjs/stylex": "^0.9.3",
"chart.js": "^4.4.6",
"date-fns": "^4.1.0",
"docx": "^9.1.0",
"docxyz": "^0.2.4",
"file-saver": "^2.0.5",
"framer-motion": "^11.12.0",
"is-hotkey": "^0.2.0",
"lru-cache": "^11.0.2",
"mammoth": "^1.8.0",
"next": "15.0.3",
"object-hash": "^3.0.0",
"react": "19.0.0-rc-66855b96-20241106",
"react-chartjs-2": "^5.2.0",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-dropzone": "^14.3.5",
"react-is": "19.0.0-rc-66855b96-20241106",
"react-redux": "^9.1.2",
"sharp": "^0.33.5",
"slate": "^0.110.2",
"slate-dom": "^0.111.0",
"slate-history": "^0.110.3",
"slate-react": "^0.111.0",
"uuid": "^11.0.3",
"webpack": "^5.96.1"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
"@stylexjs/babel-plugin": "^0.9.3",
"@stylexjs/webpack-plugin": "^0.9.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/file-saver": "^2.0.7",
"@types/is-hotkey": "^0.1.10",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/slate-react": "^0.50.1",
"@types/testing-library__jest-dom": "^6.0.0",
"@types/uuid": "^10.0.0",
"eslint": "^9.16.0",
"eslint-config-next": "15.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"original-fs": "^1.2.0",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]",
"resolutions": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}