-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
{
"name": "wagent-interface",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3003",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.3",
"@stellar/stellar-sdk": "^12.3.0",
"@tippyjs/react": "^4.2.6",
"bignumber.js": "^9.1.2",
"classnames": "^2.5.1",
"final-form": "^4.20.10",
"firebase": "^10.12.5",
"js-cookie": "^3.0.5",
"next": "^14.2.15",
"next-auth": "^4.24.7",
"next-pwa": "^5.6.0",
"numeral": "^2.0.6",
"react": "^18",
"react-dom": "^18",
"react-final-form": "^6.5.9",
"react-hot-toast": "^2.4.1",
"react-redux": "^9.1.1",
"react-select": "^5.8.0",
"recharts": "^2.12.7",
"sharp": "^0.33.5",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/next-pwa": "^5.6.9",
"@types/node": "^20",
"@types/numeral": "^2.0.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}