-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.26 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
48
49
50
51
{
"name": "pbi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/charts": "^2.2.5",
"@ant-design/icons": "^5.3.0",
"@reactflow/core": "^11.11.4",
"@types/lodash": "^4.17.15",
"antd": "^5.22.4",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"crypto-js": "^4.2.0",
"echarts": "^5.5.1",
"echarts-extension-gmap": "^1.7.0",
"echarts-for-react": "^3.0.2",
"echarts-gl": "^2.0.9",
"encoding": "^0.1.13",
"lodash": "^4.17.21",
"mysql2": "^3.12.0",
"next": "^13.5.0",
"papaparse": "^5.5.2",
"pg": "^8.13.1",
"pg-hstore": "^2.3.4",
"pocketbase": "^0.22.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-toastify": "^10.0.6",
"reactflow": "^11.11.4",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"sequelize": "^6.37.5"
},
"devDependencies": {
"@types/echarts": "^4.9.22",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"eslint": "^8",
"eslint-config-next": "^13.5.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.2"
}
}