-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "@ooxml-tools/toolbox",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start --webpack",
"lint": "next lint",
"test": "exit 0"
},
"dependencies": {
"@mathjax/src": "^4.1.1",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@ooxml-tools/file": "^0.6.1",
"@ooxml-tools/validate": "^0.4.3",
"@ooxml-tools/xml": "^0.8.0",
"comlink": "^4.4.2",
"mathml2omml": "^0.5.0",
"monaco-editor": "^0.55.1",
"next": "^16.0.10",
"react": "^19.2.0",
"react-aria-components": "^1.14.0",
"react-dom": "^19.2.0",
"xml-formatter": "^3.6.4",
"xml2json": "^0.12.0"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"@types/xml2json": "^0.11.6",
"eslint": "^10.1.0",
"eslint-config-next": "^16.2.1",
"monaco-editor-webpack-plugin": "^7.1.0",
"typescript": "^5"
}
}