-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
64 lines (64 loc) · 1.7 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "ln-dashboard",
"version": "0.3.0-beta.7",
"private": true,
"scripts": {
"dev": "next dev",
"typecheck": "tsc && eslint '**/*.{ts,tsx}'",
"build": "next build",
"start": "next start",
"test": "jest --detectOpenHandles --forceExit",
"preinstall": ""
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@emotion/cache": "^11.10.1",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.3",
"@mui/material": "^5.9.3",
"@mui/system": "^5.11.7",
"@nivo/calendar": "^0.73.0",
"@nivo/core": "^0.73.0",
"@nivo/line": "^0.73.0",
"@nivo/pie": "^0.73.0",
"@nivo/radar": "^0.73.0",
"axios": "^0.21.2",
"dayjs": "^1.10.6",
"graphql": "^16.5.0",
"next": "^12.2.0",
"next-progress": "^2.2.0",
"next-transpile-modules": "^9.0.0",
"qrcode.react": "3.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet-async": "^1.3.0",
"react-loading": "^2.0.3",
"reflect-metadata": "^0.1.13",
"swr": "^0.5.6",
"tss-react": "^3.7.1",
"tsyringe": "^4.7.0"
},
"devDependencies": {
"@core-ln/core": "^0.2.1-beta.1",
"@types/jest": "^28.1.5",
"@types/node": "^17.0.44",
"@types/qrcode.react": "^1.0.2",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-helmet": "^6.1.2",
"eslint": "^8.21.0",
"eslint-config-next": "^12.2.2",
"jest-fetch-mock": "^3.0.3",
"prettier": "2.7.0",
"ts-jest": "^28.0.6",
"ts-node": "^10.9.1",
"typescript": "4.3.5"
},
"resolutions": {
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6"
}
}