-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.48 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": "webstrom-frontend",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"css-types": "typed-scss-modules src --exportType default",
"css-types:check": "yarn css-types --listDifferent",
"css-types:watch": "yarn css-types --watch"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@tanstack/react-query": "5.0.0-alpha.26",
"@tanstack/react-query-devtools": "5.0.0-alpha.30",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"katex": "^0.16.7",
"luxon": "^3.3.0",
"mathjax-full": "^3.2.2",
"mathjax-react": "^2.0.1",
"next": "^13.4.12",
"react": "^18.2.0",
"react-admin": "^4.10.2",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.9",
"react-markdown": "^8.0.7",
"rehype-katex": "^6.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"typescript": "^5.0.4",
"unstated-next": "^1.1.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@testing-library/dom": "^9.2.0",
"@types/jest": "^29.5.1",
"@types/katex": "^0",
"@types/luxon": "^3.3.0",
"@types/node": "^20.1.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"confusing-browser-globals": "^1.0.11",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^47.0.0",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"typed-scss-modules": "^7.1.0"
},
"packageManager": "[email protected]"
}