-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --fix"
},
"dependencies": {
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@codemirror/lang-html": "^6.4.5",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.16.0",
"@jest/globals": "^29.7.0",
"codemirror": "^6.0.1",
"eslint-config-next": "^14.2.15",
"fs": "^0.0.1-security",
"html-react-parser": "^3.0.16",
"jquery": "^3.7.0",
"latex.js": "^0.12.6",
"next": "^14.2.15",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-latex-next": "^3.0.0",
"react-router-dom": "^6.11.1",
"svgdom": "^0.1.14",
"uuid": "^9.0.0",
"w3-css": "^4.1.0"
},
"browser": {
"fs": false,
"path": false,
"os": false
},
"devDependencies": {
"eslint": "^8.45.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.34.1",
"jest": "^29.7.0"
}
}