-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
92 lines (92 loc) · 2.66 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
82
83
84
85
86
87
88
89
90
91
92
{
"name": "omnistrate-access-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint",
"format:check": "prettier --check --ignore-path .prettierignore .",
"format:fix": "prettier --write --ignore-path .gitignore .",
"find:unused": "next-unused"
},
"dependencies": {
"@curvenote/ansi-to-react": "^7.0.0",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.10.9",
"@mui/lab": "^5.0.0-alpha.116",
"@mui/material": "^5.15.13",
"@mui/system": "^5.15.12",
"@mui/x-data-grid": "^5.17.18",
"@mui/x-date-pickers": "^7.6.2",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^1.9.1",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-table": "^8.20.5",
"@types/react-google-recaptcha": "^2.1.9",
"ansi-to-react": "^6.1.6",
"axios": "^1.7.4",
"buffer": "^6.0.3",
"clipboardy": "^3.0.0",
"crypto-js": "^4.2.0",
"date-fns": "^2.29.3",
"dayjs": "^1.11.11",
"dompurify": "3.1.4",
"dotenv": "^16.4.5",
"dotted-map": "^2.2.3",
"ejs": "^3.1.10",
"express": "^4.21.2",
"formik": "^2.2.9",
"generate-password": "^1.7.1",
"immer": "^9.0.18",
"isomorphic-dompurify": "2.11.0",
"js-cookie": "^3.0.1",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"monaco-editor": "^0.52.0",
"next": "14.2.16",
"next-plugin-yaml": "^1.0.1",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.10",
"nprogress": "^0.2.0",
"prop-types": "^15.6.0",
"react": "^18.3.1",
"react-date-range": "^1.4.0",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^4.9.0",
"react-infinite-scroller": "^1.2.6",
"react-json-view": "^1.21.3",
"react-material-ui-carousel": "^3.4.2",
"react-redux": "^8.0.5",
"react-use-websocket": "^4.8.1",
"recharts": "^2.7.2",
"sass": "^1.56.1",
"sharp": "0.32.6",
"swagger-ui-react": "5.17.14",
"uuid": "^10.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.5.2",
"@types/node": "20.14.11",
"@types/react": "^18.3.12",
"@types/react-date-range": "1.4.0",
"@types/react-dom": "^18.3.1",
"eslint": "^8.56.0",
"eslint-config-next": "^15.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"next-unused": "^0.0.6",
"nodemon": "^3.1.0",
"prettier": "^3.1.0",
"typescript": "5.4.2"
},
"resolutions": {
"cookie": "0.7.0"
}
}