-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 1.98 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
{
"name": "weverify-tsna-server",
"version": "1.0.0",
"description": "Weverify TSNA",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@material-table/core": "^6.4.1",
"@mui/icons-material": "^5.15.15",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.15",
"@mui/styles": "^5.15.15",
"@reduxjs/toolkit": "^2.2.3",
"@svgr/webpack": "^8.1.0",
"axios": "^1.6.8",
"clsx": "^2.1.0",
"cookie-parser": "^1.4.6",
"dateformat": "^5.0.3",
"eslint-config-next": "^14.1.4",
"express": "^4.19.2",
"history": "^5.3.0",
"immer": "^10.0.4",
"iron-session": "^8.0.1",
"isomorphic-fetch": "^3.0.0",
"isomorphic-unfetch": "^4.0.2",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"next": "^14.1.4",
"next-cookie": "^2.8.0",
"next-redux-wrapper": "^8.1.0",
"plotly.js": "^2.31.1",
"plotly.js-dist": "^2.30.1",
"react": "^18.2.0",
"react-csv": "^2.2.2",
"react-csv-reader": "^4.0.0",
"react-datetime": "^3.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-linkify": "^1.0.0-alpha",
"react-plotly": "^1.0.0",
"react-plotly.js": "^2.6.0",
"react-redux": "^9.1.0",
"react-sigma": "^1.2.35",
"react-slack-feedback": "^2.1.1",
"react-wordcloud": "^1.2.7",
"redux": "^5.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"save-svg-as-png": "^1.4.17",
"stopword": "^3.0.1",
"styled-components": "^6.1.8",
"stylis": "^4.3.1",
"stylis-plugin-rtl": "^2.1.1",
"tippy.js": "^6.3.7",
"twitter-api-v2": "^1.16.1",
"unique-words": "^2.0.1",
"valid-url": "^1.0.9",
"webpack": "^5.91.0",
"yup": "^1.4.0"
}
}