-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "dappster.io",
"version": "1.0.0",
"private": true,
"homepage": "https://dappster.io/",
"scripts": {
"dev": "next dev",
"build": "node message_bus.build.js && next build",
"start": "next start",
"export": "next export"
},
"engines": {
"node": ">=16.x"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@reduxjs/toolkit": "^2.2.5",
"antd": "^5.20.0",
"apexcharts": "^3.49.2",
"autoprefixer": "^10.4.13",
"axios": "^1.7.2",
"composerize": "^1.4.1",
"expr-eval": "^2.0.2",
"interactjs": "^1.10.27",
"jquery": "^3.6.3",
"mime": "^4.0.4",
"next": "^13.5.6",
"postcss": "^8.4.21",
"preline": "^2.3.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-ga4": "^2.1.0",
"react-icons": "^5.2.1",
"react-onclickoutside": "^6.12.2",
"react-redux": "^9.1.2",
"react-resizable": "^3.0.5",
"redux": "^5.0.1",
"socket.io-client": "^2.5.0",
"tailwindcss": "^3.4.4",
"yaml": "^2.5.0"
}
}