-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "layman-test-client",
"version": "1.17.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"clean-html": "^1.5.0",
"connect-redis": "^6.1.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"http-proxy-middleware": "^2.0.6",
"isomorphic-unfetch": "^3.1.0",
"next": "^14.2.20",
"passport": "^0.6.0",
"passport-oauth2": "^1.6.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redis": "^4.5.1",
"resumablejs": "^1.1.0",
"scroll-into-view": "^1.16.2",
"semantic-ui-react": "^3.0.0-beta.2",
"xml-formatter": "^3.2.0"
},
"devDependencies": {
"eslint": "8.30.0",
"eslint-config-next": "^14.2.20"
}
}