-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.24 KB
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
{
"name": "weblog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.540.0",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.1.0",
"@tanstack/react-query": "^5.17.15",
"@types/event-source-polyfill": "^1.0.5",
"aws-sdk": "^2.1589.0",
"axios": "^1.6.5",
"chart.js": "^4.4.1",
"event-source-polyfill": "^1.0.31",
"json-server": "^1.0.0-alpha.21",
"lodash": "^4.17.21",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"next": "14.0.4",
"next-connect": "^1.0.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-flow-renderer": "^10.3.17",
"react-intersection-observer": "^9.8.0",
"react-query": "^3.39.3",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.2",
"reactflow": "^11.10.4"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.17.15",
"@types/multer": "^1.4.11",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"typescript": "^5"
}
}