-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "clpx-dashboard",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint"
},
"dependencies": {
"@albedo-link/intent": "^0.11.2",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@ledgerhq/hw-app-str": "^6.27.1",
"@ledgerhq/hw-transport-webusb": "^6.27.1",
"@stellar/freighter-api": "^1.1.2",
"bignumber.js": "^9.0.1",
"bootstrap": "^5.1.3",
"classnames": "^2.2.6",
"coingecko-api": "^1.0.10",
"html5-qrcode": "^2.2.1",
"jwt-check-expiration": "^1.0.5",
"lodash": "^4.17.21",
"next": "^12.0.2",
"next-pwa": "^5.4.4",
"pm2": "^5.2.0",
"react": "17.0.2",
"react-bootstrap": "^2.0.1",
"react-dom": "17.0.2",
"react-minimal-pie-chart": "^8.2.0",
"react-table": "^7.7.0",
"react-toggle": "^4.1.2",
"stellar-sdk": "^10.1.2",
"styled-components": "^5.3.3"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "12.0.2",
"sass": "^1.51.0",
"typescript": "^4.5.5"
}
}