forked from LNSwap/lnstxbridge-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "lnstxbridge-dashboard",
"version": "1.0.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"buildandstart": "next build && next start"
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.4.4",
"@mui/material": "^5.4.4",
"@rjsf/core": "^4.0.1",
"@rjsf/material-ui": "^4.0.1",
"@stacks/transactions": "^6.7.0",
"axios": "^1.5.0",
"limiter": "^2.1.0",
"next": "12.0.7",
"react": "17.0.2",
"react-data-table-component": "^7.4.6",
"react-dom": "17.0.2",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/node": "16.11.11",
"@types/react": "17.0.37",
"autoprefixer": "^10.4.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
"postcss": "^8.4.4",
"tailwindcss": "^2.2.19",
"typescript": "4.5.2"
}
}